TO Open IE with toolbar invisible 
Author Message
 TO Open IE with toolbar invisible

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.

 i tried window.open and it opens a new window.
 window.showmodaldialog also opens the window in another window which is
not resizable.

2. can there be a way to prompt a message when the user is leaving the
form when she presses the back/fwd buttons only.

 please guide.

 thx

*** Sent via Developersdex http://www.*-*-*.com/ ***
Don't just participate in USENET...get rewarded for it!



Fri, 30 Jul 2004 23:33:02 GMT  
 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.



Sat, 31 Jul 2004 01:43:15 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Invisible Scrollbars in IE-Window

2. Open new window without toolbar and url-line

3. Open browser without toolbars

4. window.open toolbar parameter?

5. Open New Browser Window without Toolbar

6. Open the same window without toolbars

7. IE Toolbar creation

8. Need 'SaveAs' button on IE Toolbar

9. detect IE toolbar changes

10. How to make menubar, toolbar and location off on IE

11. JScript for simulating clicking the stop button on IE toolbar

12. IE-Toolbar

 

 
Powered by phpBB® Forum Software