Jump to content

Java script Problem in XP Operating System


kondalreddys

Recommended Posts

hi...some body please help me out......I am using Xp operating System with IntenetExplorer6.0 .....Software:- Html and JavaScript.....I am having a Index Page... from that it opens a new Window in that another html page will open.......Here is my code to open the new window...function one(){window.open("01_Course_Content/01_Flash/02_Shell_SWF/NG_Shell.html","fs","width = 1024, height = 700,status = no,left = 0, top = 0")}what my problem is that... it is opening a new window...but in Xp Operating System the Status bar is coming for new created window... but in Nt Operating System it is not coming...i don't want the status bar... i also specefied in the code that status = 0...but still it is coming can anbody can help me out from this problemThanksreddy.sk

Link to comment
Share on other sites

I know why it still come up.You have windows ServicePack 2, which has settings of a Popup-blocker, document certificates and plugins. They can be retreived from the statusbar, if settings are default. So when you don't shut them all down per each user browser, the user gets a forced statusbar at the window, even if your request said 'no' (or '0').I guess it is not possible to hide the statusbar after the comeout of ServicePack2, so don't bother trying :)If you still want to, you may look for the topic inwhich we discuss how we can hide the target url of an <a> element -> here

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...