| Author |
removal of statusBar
|
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
|
|
i use the follwoing code to remove statusbar from window window.open(URL, "height=100,width=100,status=0,toolbar=0"); It works fine when i use the Computer name to access the webpage.. eg. http://computerName:8080/test.jsp but the same doesnt work when i give my ipaddress instead of Computername can anyone help me
|
 |
David Nemeskey
Ranch Hand
Joined: Nov 08, 2006
Posts: 52
|
|
|
If I'm not mistaken, this is javascript, and not java, right? I suggest asking it in a javascript forum.
|
 |
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
|
|
|
ya its a javascript and i have posted it in the javaScript and Html category of javaranch
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
I am guessing that your browser sees one as local and one as Internet. You probably have different settings for each zone. (Yes a user can force the status bar and some other tool bars to remain with the newer browsers) Eric
|
 |
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
|
|
|
ya even i think so.. how to hide the status bar even when i give the ipAdress.. the other browser components(MenuBar ,ToolBar) hide even when i give the IPAddress or the PC name...
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
The other components hide because you are using the explorer window instead of the Internet Browser Eric
|
 |
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
|
|
eric, i am not using explorer window i am using internet Explorer. I tried with the DocType also , its not working.. what coul be the problem
|
 |
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
|
|
can any one help me [ December 10, 2006: Message edited by: prem kamal ]
|
 |
 |
|
|
subject: removal of statusBar
|
|
|