Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: iframes


Message #1 by "Patrick Mair" <pmair@e...> on Tue, 5 Mar 2002 10:00:26 -0700
I-frames will suit you well (except they work in IE only).

I would set id and name attributes for the I-frame (just to be safe):

<IFRAME id="test" name="test" .........>

Then use "test" as your link target.

  Return to Index