iFrame question
iFrame question
- Started
- Last post
- 5 Responses
- phatrick
just a simple question with (hopefully) a simple solution:
is it possible for me to target a specific iframe on a secondary page? for example:
from homepage user clicks on "shoes"...browser goes to "products" page with "shoes" iframe content loaded on this page...make sense? is this possible?
- warheros0
why not use div's and just have it on both pages?
- Zeitgeist0
You can do this with PHP, ASP or javascript... just pass a variable with the page call.
- Zeitgeist0
... the variable being the name of the page to insert into the iFrame.
- kodap0
with javascript:
use a href and a "onclick in the same object you want to link. the onclick event will call the jscript function
- RAM0
PHP example:
href="show.php?section=shoes.php... target="iframenamehere"