Search:
Namespaces
Discussions
.NET v1.1
Feedback
Customizing the browser window using JScript/Javascript
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.languages.jscript
.
Post a new message to this list...
Nathan Sokalski
I would like to hide certain parts of the browser window to make it look
more like a dialog/popup window (I cannot use the alert() method because I
need HTML in my popup). I have tried the following commands, all of which
gave me errors:
self.locationbar.visible=false;
self.menubar.visible=false;
self.personalbar.visible=false;
self.statusbar.visible=false;
self.toolbar.visible=false;
I did my testing on Microsoft Internet Explorer 6.0 using Windows XP
Professional. If anyone has any suggestions, I would appreciate it. Thank
You.
--
Nathan Sokalski
Click here to reveal e-mail address
Reply to this message...
adnan boz
Hi,
Why don't u use showModalDialog, if u need HTML in your popup?
Good Luck
Adnan
"Nathan Sokalski" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
bruce barker
you have to create a new window (with javascript) to control this.
-- bruce (sqlwork.com)
"Nathan Sokalski" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com