February 17th, 2007, 10:52 AM
|
#2 (permalink)
|
| ph34r t3h g04t
Join Date: Oct 2001 Location: Kingsford, MI
Posts: 19,558
|
I do it using a table, and the <iframe> tag. It's kind of a mess to explain, you'd probably get it faster if you google it.
Basically, you just put the <iframe> inside a cell, name it, and use the target flag in the <a> data. Here's an example. Made that for my CS101 class back a couple years. Never did get around to fixing the frame issue it has in some browsers, but it was good enough for what it was for. Anyway, if you look at the code for the page, you can see how I did the one cell with the links and target=, and the cell below it with the embedded <iframe> with the name=.
If that's not what you're looking for, then I'm a horrible failure.
I started using static cells with the overflow property recently, as the target didn't change on my new site. |
| |