Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Re: hiding the IE toolbars (back forward buttons)


Message #1 by gbrown@c... on Fri, 8 Mar 2002 19:22:38
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

  Return to Index