Remove/hide browser address bar or toolbar web page
I am creating web page using asp.net. Is it possible to remove/hide the browsers address bar or toolbar using Java开发者_运维知识库script for IE.
Nathiya.
No.
It used to be possible to remove these in popups (foul things though popups are), but modern browsers make it impossible to remove the address bar as an anti-phishing measure.
Javascript isn't supposed to change this kind of things. You could open a pop up window without those things, however.
精彩评论