{"id":59,"date":"2008-11-18T18:09:42","date_gmt":"2008-11-18T16:09:42","guid":{"rendered":"http:\/\/www.hermione.de\/blog\/?p=59"},"modified":"2008-11-18T20:16:17","modified_gmt":"2008-11-18T18:16:17","slug":"neues-fenster-offnen-js","status":"publish","type":"post","link":"http:\/\/blog.hermione.de\/?p=59","title":{"rendered":"things with window.open [js]"},"content":{"rendered":"<h4>simple open new window<\/h4>\n<pre><code>function fenster(url) {\r\n  newin = window.open(url,\"name\",\"depend=yes,width=400,height=500,  \\\r\n  menubar=yes,scrollbars,status=yes,resizable\");\r\n  newin.focus();\r\n}<\/code><\/pre>\n<h4>tata &#8211; save data in file<\/h4>\n<pre><code>\r\nsaveData(data);\r\nfunction saveData(data) {\r\n    return window.open(\"data:x-application\/gaga; charset=utf-8,\" + escape(data));\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>simple open new window function fenster(url) { newin = window.open(url,&#8220;name&#8220;,&#8220;depend=yes,width=400,height=500, \\ menubar=yes,scrollbars,status=yes,resizable&#8220;); newin.focus(); } tata &#8211; save data in file saveData(data); function saveData(data) { return window.open(&#8222;data:x-application\/gaga; charset=utf-8,&#8220; + escape(data)); }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"_links":{"self":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/posts\/59"}],"collection":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=59"}],"version-history":[{"count":0,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/posts\/59\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=59"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=59"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=59"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}