use one of the following in a link to mess around with frame sets:

_blank - A new window
_parent - The parent frame not sure on this one exactly...haven't used it much
_top - whole frameset (the one for you! )
_erm...one more that i can't think of

e.g.
Code:
<a href="signoff.asp" target="_top">Sign Off</a>
ah, yeah... and

_self

[Edited by matthewralston on 07-13-2000 at 06:21 PM]