using iframes
I have a template that uses iframe tags, so everything is on one web page, but it gets the data inside the frame from another source. I have a navigation on the side, and I was wondering what the proper target would be to open the new webpage in the iframe. Thanks.
demonhale posted this at 20:15 — 18th February 2006.
He has: 3,278 posts
Joined: May 2005
Heres an example so you can better learn... visit my site go to About Us>Features We can add>Music Lounge ....... Once page opens, click on your browser Edit>View Source... See the part where the iframe tags go... thats how you target an Iframe... or better yet search this forum using keyword iframe... it has been answered before...
DC_Sara posted this at 12:43 — 26th February 2006.
She has: 392 posts
Joined: Jan 2002
I just did this:
target="iframe"
'. If your iframe is named something else, just rename the word in the quotes. Put that after your link to the page. Like this:<a href="contact.php" target="iframe">
'I just finished a layout with an iframe last night.
~*Sara*~
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.