Iframe question
Iframe question
- Started
- Last post
- 3 Responses
- anon2573
Does anyone have a link or instructions on how to swap an image on the parent page, using a link that is inside an iframe ?
thanks in advance
- zaven0
i think you need another iframe to do what you want..
- fugged0
http://www.alien109.com/a.html
just reference objects in the parent window by appending "parent". so, if you are calling a javascript function in the parent window, you'd reference it as : parent.functionName()
Just look at the source. You'll figure it out.
- anon25730
Puuurfect. Thank you.