|
Posted by Kim Andrι Akerψ on 11/21/07 15:12
pradnya wrote:
> Where the code for " target frame " should be , in frames tag ?
> i.e. whether it should be in main html file , or a file that is loaded
> in one of the frames ?
I'm assuming you mean how to link to a specific frame...
In the frame setup:
<frame name="thisismytarget" ...>
In the link tag (from another frame):
<a target="thisismytarget" href="otherpage.html" ...>
However, I recommend you avoid using frames whenever possible.
http://www.html-faq.com/htmlframes/?framesareevil
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Navigation:
[Reply to this message]
|