Frames Q:

liunx

Guest
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...<br />
<br />
JDM<!--content-->I am guessing you meant that you want the links to open in the iframe.If so<br />
then in every link put this piece of code<br />
<br />
target="frameName"<br />
<br />
where frameName should be replaced by the IFrames name attributes value.<!--content-->IT WORKED :)... Thank You<br />
<br />
JDM<!--content-->sweet...<br />
<br />
you are welcome..:D<!--content-->
 
Back
Top