i have gotten iframes to work
http://www.erniestv.net/frigidaire-appliances/
how can i keep it so when you click on a link in the frame it stays in the frame and doesn’t leave the site?
i have gotten iframes to work
http://www.erniestv.net/frigidaire-appliances/
how can i keep it so when you click on a link in the frame it stays in the frame and doesn’t leave the site?
Hey Bruce,
Thank you for reaching out to us. That might not be possible in your case as you’re displaying a dynamically created site in an iframe. It was possible if you had the control over the code which is being rendered in an iframe by following this thread https://stackoverflow.com/questions/740816/open-link-in-iframe
For a demo you check out http://jsfiddle.net/HnXFj/2/ but it cannot be applied in your scenario because the links in your iframe site are being created dynamically and you cannot add the target attribute to those links manually.
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.