HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
iFrame onLoad or double HREF links?
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
shootingstarrrr



Joined: 09 Jun 2005
Posts: 1
Location: East Kilbride

PostPosted: Thu Jun 09, 2005 4:10 am     iFrame onLoad or double HREF links? Reply with quote



Hey there, I was wondering if anyone could help me.

I wish for either code which will allow me to generate two links fromt he one HREF code so that when I click on my navigation image maps they will each open up a seperate document in either of the iFrames;

OR

I wish for code which will open the second iFrame when the first one loads. Somewhere in the first iFrame code under onLoad to open up the second iFrame?

my first iFrame is called leftiframecastro and the second is called rightcastroiframe.
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Thu Jun 09, 2005 9:22 am     Reply with quote

use javascript to reference frames

Code:

<p><a href="javascript:" onclick="parent.frames['google'].location = 'http://www.google.com'; parent.frames['yahoo'].location = 'http://www.yahoo.com';">Click Me</a> </p>
<iframe name="google"></iframe>
<iframe name="yahoo"></iframe>


Also see http://www.irt.org/script/frame.htm
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial