HighDots Forums  

multiple frame-update

alt.html.webedit alt.html.webedit


Discuss multiple frame-update in the alt.html.webedit forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ark312
 
Posts: n/a

Default multiple frame-update - 11-07-2005 , 07:18 AM






Hello,

I try to update several frames in one mouseclick. There is an error in the
code below, that is for sure. The Text-frame doesn't get updated. What do I
do wrong?

Thanks,

Sjoerd




<a href="Mirte.htm"
target="Info"
onclick="if (parent.frames.Play) {
parent.frames.Play.location.href = 'PlayMirte.htm';
}
and
if (parent.frames.Text) {
parent.frames.Text.location.href = 'Text0000.htm';
}
return true;">
Mirte
</a>



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.