Hide Address Bar in popup window
I am opening a popup using javascript as "window.open()". I dont want the address bar where the url is showing. how Can I?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujit SahooPosted Apr 23, 2014, 8:18 AM
Jignesh TrivediPosted Apr 23, 2014, 8:06 AM
using "location=no", we can hide the address bar. I am not sure whether it is working in mordern browser or not
try...
hope this will help you.