Iframes..

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
FosoFish
-


Joined: 23 Apr 2005
Posts: 22

PostPosted: Tue Apr 26, 2005 4:39 am    Post subject: Iframes.. Reply with quote

Is there a way i could switch the content and name of two iframes by using a link? If anyone knows, a alink to a tutorial or an explanation would be most appreciated :). And my site is : Here if you want to see why i need it(i have two iframes i want interchangeable).
Back to top View user's profile Send private message Visit poster's website
Arctic
-


Joined: 24 Sep 2004
Posts: 560

PostPosted: Tue Apr 26, 2005 1:17 pm    Post subject: Reply with quote

Code:
<iframe src="homepage.html" name="trg" width="500" height="400">


The part that says NAME is what you are going to name the TARGET tag of the A HREF tag.

Code:
<a href="nextpage.html" target="trg">Clicky</a>


By clicking on that a href tag, it puts the page inside the iframe, without the link being in the iframe.
Back to top View user's profile Send private message ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
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


Powered by phpBB phpBB Group