asp_discuss thread: Re: hiding the IE toolbars (back forward buttons)
Hi
Window.open() will launch a popup, is that what you mean?
You can also use Javascript to prevent items going into the history.
a href="#" onclick="location.replace('myasp.asp')".....
If I remember correctly.
Regards
> Is there a way to open a link (from a window which has the toolbars
> enabled and visible) which when opens the new page but without the
> toolbars so that the back and forward buttons are not present.
>
> please guide.
>
> thx
|





