there is any way to remove status bar from IE8 browsers using javascript or jquery or someting else.
Thank you!
there is any way to remove status bar from IE8 browsers using javascript or jquery or someting else.
Thank you!
The window.open
method accepts optional arguemnts allowing you to disable the status bar in IE
window.open('/yourpage.html','_blank','status=no');
(opens yourpage.html in a new window with no status bar)
Note, this will only work in trusted sites.
If your site isn't trusted, the user would have to explicitly enable the
Allow Websites to open windows without address or status bars
In internet site zone security setting