{"id":421,"date":"2013-05-10T06:08:07","date_gmt":"2013-05-10T06:08:07","guid":{"rendered":"http:\/\/a1webdesignteam.com\/blog\/?p=421"},"modified":"2013-05-10T06:08:07","modified_gmt":"2013-05-10T06:08:07","slug":"open-popup-window-tabbed-browser-firefox-chrome","status":"publish","type":"post","link":"https:\/\/a1webdesignteam.com\/blog\/open-popup-window-tabbed-browser-firefox-chrome\/","title":{"rendered":"Open Popup Window On Tabbed Browser \u2013 Firefox, Chrome and IE"},"content":{"rendered":"<p>If you are a developer and want a way to ensure your clients\/site users have the same window popup experience regardless on whether browser tabs are on or not, here is a snipt Javascript function that can help you achieve just that.<\/p>\n<div>\n<div>\n<pre> function PopupWinF(Url, name, width, height, features) {\r\n        var w\t\r\n        if(features=='')\r\n            w=window.open(Url,name,'menubar=no,width='+width+',height='+height+'status=no,location=no')\r\n        else\t\r\n            w=window.open(Url,name,'menubar=no,width='+width+',height='+height+',status=no,location=no,'+features)\r\n        if (w != null) {\r\n            w.focus()\r\n        }\r\n        return(w)\r\n    }<\/pre>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>If you are a developer and want a way to ensure your clients\/site users have the same window popup experience regardless on whether browser tabs are on or not, here is a snipt Javascript function that can help you achieve just that. function PopupWinF(Url, name, width, height, features) { var w if(features==&#8221;) w=window.open(Url,name,&#8217;menubar=no,width=&#8217;+width+&#8217;,height=&#8217;+height+&#8217;status=no,location=no&#8217;) else w=window.open(Url,name,&#8217;menubar=no,width=&#8217;+width+&#8217;,height=&#8217;+height+&#8217;,status=no,location=no,&#8217;+features) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"categories":[10],"tags":[],"_links":{"self":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts\/421"}],"collection":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/comments?post=421"}],"version-history":[{"count":0,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts\/421\/revisions"}],"wp:attachment":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/media?parent=421"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/categories?post=421"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/tags?post=421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}