Jump to content
xisto Community
Sign in to follow this  
contactskn

I Have A Problem With Java Script

Recommended Posts

Dear friends I am using this code to open a page where I don't want to show the name of the page in the title bar or the status bar even.

<script LANGUAGE="javascript"><!--window.open ('abc.html', 'newwindow', config='height=500, width=800, toolbar=no, titlebar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, statusbar=no, status=no')--></SCRIPT>

But the problem is it is working perfectly when I am using it offline but other wise when I am using it online on the server it is displaying the page and full path in the status bar why is it so. Can anyone help me. Thanks for the help in advance. Is there any other perfect code for the same. Please help.

Share this post


Link to post
Share on other sites

What browser are you testing this in, or which ones are contrary to what you have expected to see happen? It is quite possible that you may have specific browser settings concerning JavaScript. For example, many browsers prevent JavaScript from displaying text on the status bar, from resizing windows, et cetera. So, even if you tell the browser to do something, it does not mean it'll happen, that is, concerning JavaScript and window manipulation.

Share this post


Link to post
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
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.