Click to See Complete Forum and Search --> : iFrame linkage support. (please)
Knux911
01-27-2006, 04:15 PM
Hello, I am having problems with my site. Because when my webpages have an iframe into them that has text, info etc... and then want to click on a link that is INSIDE the iFrame. How do I make it so that it brings me into the new page inside the SAME BROWSER WINDOW, not the iFrame window.
It is a very complicated matter indeed. Please give me some help :)
johneva
01-28-2006, 06:09 AM
<a href="page.html" target="iframename">
You will also have to name the iframe
<iframe name="iframename" width="400" height="200"></iframe>
Is that what your after?
Knux911
01-28-2006, 12:26 PM
No, I already know how to do that. What I meant is to have the link INSIDE the iframe, but when you click on it, it bring to a whole other page getting rid of the previous iframe.
Because I already know how to do what you just told me. http://scd.sclassic.net/scd is my iframe site.
ray326
01-28-2006, 12:28 PM
Have you tried using target="_top" on the links?
johneva
01-28-2006, 12:29 PM
Sorry, but I did not know you already knew that did I.
I though I was helping but I will make sure never to suggest anything for you again then.
Knux911
01-28-2006, 02:07 PM
Have you tried using target="_top" on the links?
What will that do? Just bring me back to the top of the page? Let me try it. I'll get back to you guys.
Knux911
01-28-2006, 02:11 PM
IT WORKS! Thank you! :) I can now proceed making the new version of my site.