auds
02-16-2003, 07:25 PM
I want my link to open up within the iframe within my site. How do I do that?
|
View Full Version : frames/iframe question auds 02-16-2003, 07:25 PM I want my link to open up within the iframe within my site. How do I do that? wayward 02-16-2003, 08:10 PM inside the link, put target="iframe" example, <a href="http://yourpage.net" taget="iframe">a link!</a> if you meant that the link is within the iframe, you use it as normal...such as <a href="http://yourpage.net">wee</a>. since the link isn't targeting anything else, it'll open up in the iframe automatically. hope that helped! auds 02-17-2003, 04:04 PM thanks, it did! |