Webform with NO IE toolbar (just ie window) possible?

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

I need to display a webform that has no id toolbar, but just the window
(in c#).
Any help is appreciated.
Thanks,
Trint
 
Trint,

You can't do this from a web page itself to modify the window that the
HTML is in. Rather, you will have to have a piece of javascript that will
open a new window (through the open method on the ambient window object),
telling it to not show the toolbar.

With the latest enhancements to IE (through XP SP 2), I think this
ability is limited, because of security concerns.

Hope this helps.
 
Nicholas,
Do you have this piece of java script?
I can't seem to find all of it, just pieces about "window.open".
Thanks,
Trinit

..Net programmer
(e-mail address removed)
 
Back
Top