one action extra
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

one action extra

From: susan <ark312@home.nl>
Date: Fri Mar 31 2006 - 20:47:13 CEST

Hello,

I use the code below in a HTML-file to update two frames by one mouseclick.

## ------------------

<a href="Floor.htm"
   target="Info"
   onclick="if (parent.frames.Play) {
                 parent.frames.Play.location.href = 'PlayFloor.htm';
               }
               return true;">
Floor
</a>

## ------------------

Can anyone extend this code so it will update also the frame with target =
"middle" using the file "TextFloor.htm".

Thanks,

Susan
Received on Mon May 1 04:34:47 2006