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 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') 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 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. 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/ 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
Archived
This topic is now archived and is closed to further replies.