Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

hiding status bar

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i use the follwoing javascript code to remove all Explorer components from the window in my appliactio, Actually i remove all the browser controls like toolbar,statubar and addressbar.
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 status bar alone doesnt hide when i give my ipaddress instead of Computername and also the Title bar has the IP address along with my titile
eg:http://127.0.0.1:8080/test.jsp
can anyone help me how to avoid the IP being displayed and to hide the status bar. I have already posted once but i didnt get clear idea

thanks in advance,
prem kamal
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I have a good memory: http://www.htmlhelp.com/tools/validator/doctype.html

Closing this one, continue in your old one.

Eric
 
    Bookmark Topic Watch Topic
  • New Topic