sCgUrliE
07-29-2003, 12:16 AM
i'm having problems with my new layout...is there any way for me to direct links from an iframe to pop up on the same window? thanks!!
|
View Full Version : iframe directing... sCgUrliE 07-29-2003, 12:16 AM i'm having problems with my new layout...is there any way for me to direct links from an iframe to pop up on the same window? thanks!! sisqoluv 07-29-2003, 12:30 AM Do you mean a link in your frame that opens in that same frame? just add target="name of your iframe" in your link code (after the page address you want it to go to). sCgUrliE 07-29-2003, 01:21 AM thanks, but no that's not what i meant...i mean like on the same page, not the same frame...without popping up in a new page...lol...thnx ! Skye 07-29-2003, 01:40 AM If you want the link to open in the whol page (and "break out" of all the frames) you should use target="_top" in your link. If you want it to open somewhere else on the page, you just need to name whatever frame you want it to go in and then target it there. sCgUrliE 07-29-2003, 01:45 AM thnx!~ |