Click to See Complete Forum and Search --> : Frames Q:


JDM71488
05-27-2003, 12:33 PM
If I have an iframe in a table cell. How do I set my links to make it so they open the page into that same frame? I hope I explained it right...

JDM

khalidali63
05-27-2003, 12:50 PM
I am guessing you meant that you want the links to open in the iframe.If so
then in every link put this piece of code

target="frameName"

where frameName should be replaced by the IFrames name attributes value.

JDM71488
05-27-2003, 12:55 PM
IT WORKED :)... Thank You

JDM

khalidali63
05-27-2003, 01:16 PM
sweet...

you are welcome..:D