|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need Help Debugging Script/Error in Script - Unable to hide status bar of Javascript popup using Javascript
I am tring to hide the status bar of the Javascript popup window its working fine in the local machine however not working on the server. The ASP.Net application is running on Godaddy.com.
Here is the sample coding I used to hide status bar all tried but in vain--- function openurl(murl) { window.open(murl,"mywin","toolbar=0,menubar=0,scrolling=0,dependent=0,resiza ble=1,status=no,width=" + screenWidth + ",top=0,left=0,height=" + screenHeight); //window.status='Hide'; // return true; //window.document.statusbar.enable = false; //window.statusbar.visible = false; // window.document.titlebar.enable = false; //window.document.addressbar.enable = false; window.document.statusbar.enable = false; //window.open(murl,"mywin","scrollbars=no,resizable=yes,statusbar=no,width=" + screenWidth + ",top=0,left=0,height=" + screenHeight) //window.open(murl); } can u help plz, its working on local machine even fine in LAN, however not in the server. |
|
#2
|
||||
|
||||
|
status bar
Hi bunty12000, welcome to the forums.
I'm surpised it works at all. AFAIK browsers no longer allow javascript to mess with the status bar for security reasons. If it works on localhost, then I'd guess you are testing with IE and your Tools -> Internet Options -> Security settings are different for Internet and Local Intranet
__________________
WP plugins - Error Reporting, Clean Options http://www.mittineague.com/dev/er.php http://www.mittineague.com/dev/co.php |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Need Help Debugging Script/Error in Script - Unable to hide status bar of Javascript popup using Javascript |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|