Passing variables to an IFRAME?
Moderator: General Moderators
Passing variables to an IFRAME?
Is it possible to pass variables into an IFRAME? If so, how do I do it?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Never done it and haven't really ever worked with IFRAMES but if you can link to them using
then you could do it using $_GET
Code: Select all
<a href="yadd_yadda_yadda.php" target="your_iframe">Link here</a>