Quote:
Originally posted by The Wizzard
Those didnt work, but i did figure it out.. Its target="_top"
|
Hmm...well at least your dillema is solved

. These are the target attributes as I've undestood them:
_blank = targets a new blank window that is not named
_self = targets the frame where the hyperlink is found
_parent = targets the parent frameset of the frame where the hyperlink is found.
Defualts to _self value if no parent document is found
_top = targets full window before any frames are introduced.