Old 07-31-2004   #1 (permalink)
Registered User
 
Join Date: Jul 2004
Posts: 36

linking to an iframe

hey guys does anyone know how to link from a list of links to a iframe on the same page where each link would change the content of the iframe but stay on the same page?
thanx
doubled is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-31-2004   #2 (permalink)
Recursively call who?
 
GoldNetX's Avatar
 
Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294

Send a message via AIM to GoldNetX
You just create your iFrame and make sure you give it a name attribute. Then set the target of the link to the name of the iFrame.

Code:
<iframe src="somepage.html" name="frame">
For the link you would do this:

Code:
<a href="pagetoappearintheiframe" target="frame">Link Text Here</a>
And that should do it.
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-31-2004   #3 (permalink)
Registered User
 
Rson's Avatar
 
Join Date: May 2004
Posts: 98

Send a message via AIM to Rson
yup, thatll do it...if you check out my site, i should have what youre looking for.
__________________

www.rson5.com
Rson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-01-2004   #4 (permalink)
Registered User
 
Join Date: Jul 2004
Posts: 36

hey guys thanx for the help.
Cheers
D
doubled is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 05:29 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT