
TO Open IE with toolbar invisible
Quote:
> 1. Is there a way to open a link from an IE window which has the
> toolbars enabled, which opens the new page in the same IE window but
> without the toolbars so that the back and forward buttons are not
> present.
Thankfully, there is not. You *can* use window.open and control the
presence/absence of toolbars, or specify TARGET="_blank" to get a window with no
history, but I suspect neither of these is what you are after.
Fix your application so you won't need to worry about users going back.
http://aspfaq.com/show.asp?id=2017
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use of
this email address implies consent to these terms.