View Full Version : New Frames...


Brookeo20
02-19-2003, 09:17 AM
Hello,
Iīve made a website, and the frames go on each new page, right, but then when I link to Home it opens it up in the frame so I changed it to open up in a new window, but itīs really annoying. How can I fix that? Thanks.

Lyf
02-19-2003, 09:50 AM
you add to the link code: target="name of the frame you want it to appear on"

and to the frame tag, add: name="name of frame"

pb&j
02-19-2003, 01:16 PM
Use this as your TARGET value for that link...

TARGET="_top"

That will make the link open fully into the current window.