smiley_kool Posted August 5, 2009 Share Posted August 5, 2009 how to remove(or hide) the address bar in popup window in javascript Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/168895-remove-the-address-bar-in-popup/ Share on other sites More sharing options...
haku Posted August 5, 2009 Share Posted August 5, 2009 myWindow = window.open("", "myWindow", 'location=no') Quote Link to comment https://forums.phpfreaks.com/topic/168895-remove-the-address-bar-in-popup/#findComment-891125 Share on other sites More sharing options...
smiley_kool Posted August 5, 2009 Author Share Posted August 5, 2009 i tired this already. but dint work Quote Link to comment https://forums.phpfreaks.com/topic/168895-remove-the-address-bar-in-popup/#findComment-891138 Share on other sites More sharing options...
haku Posted August 5, 2009 Share Posted August 5, 2009 Show us your code. Quote Link to comment https://forums.phpfreaks.com/topic/168895-remove-the-address-bar-in-popup/#findComment-891241 Share on other sites More sharing options...
Mardoxx Posted August 6, 2009 Share Posted August 6, 2009 location=0 but seeing as it's boolean no should == 0 http://www.pixel2life.com/publish/tutorials/548/make_a_javascript_popup_window/ Quote Link to comment https://forums.phpfreaks.com/topic/168895-remove-the-address-bar-in-popup/#findComment-891887 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.