Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
i am showing window on button click as

JavaScript
window.open('','','left=100,top=100,right=100,bottom=100,width=800,height=500,scrollbars=1,location=no,location=0,toolbar=0,status=0');


here i want to hide address bar

i used location=0 but not seems 2 b working

please help
Posted
Updated 23-Dec-11 22:35pm
v2

1 solution

It was removed starting from IE7 for security reasons to combat phishing. So, not, it won't work - you cannot relieably remove the address bar from all browsers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900