views:

129

answers:

2

Hi All,

I am creating web page using asp.net. Is it possible to remove/hide the browsers address bar or toolbar using Javascript for IE.

Nathiya.

A: 

Javascript isn't supposed to change this kind of things. You could open a pop up window without those things, however.

abloodywar
+1  A: 

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.

David Dorward