<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Microsofts InternetExplorer und &#8220;Mitglied nicht gefunden&#8221;</title>
	<link>http://www.it-blogger.com/2007-06-22/microsofts-internetexplorer-und-mitglied-nicht-gefunden/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 18 May 2012 22:11:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: cartuning</title>
		<link>http://www.it-blogger.com/2007-06-22/microsofts-internetexplorer-und-mitglied-nicht-gefunden/#comment-31538</link>
		<author>cartuning</author>
		<pubDate>Tue, 25 Sep 2007 13:47:11 +0000</pubDate>
		<guid>http://www.it-blogger.com/2007-06-22/microsofts-internetexplorer-und-mitglied-nicht-gefunden/#comment-31538</guid>
					<description>Das mit "Mitglied nicht gefunden" scheint ein allg. IE7-Prob. zu sein (gefunden in google-groups):
"I searched on google and it seems lots of people has the same issue - it 
works with pure html, but when you load something like powerpoint slide, 
word doc, pdf, ... the .focus() by some reason not available anymore. 
I tested to close the original window and reopen it and it works - BUT I 
cannot open the existing window and I need the newly opened window stay on 
the second monitor all the time."

Abhilfe schaffte hier:
function oeffneFenster(fenstername)
{
	// Fenster mit leerem Inhalt öffnen und wieder schließen, damit kein IE-Fehler: "Mitglied nicht gefunden" kommt.
	w = window.open("", "Druckausgabe");
	w.close();
	// Das gewünschte Fenster öffnen:
	w = window.open(fenstername,"Druckausgabe","width=800,height=450,scrollbars,menubar=no,resizable=yes");
	w.focus();
}</description>
		<content:encoded><![CDATA[<p>Das mit &#8220;Mitglied nicht gefunden&#8221; scheint ein allg. IE7-Prob. zu sein (gefunden in google-groups):<br />
&#8220;I searched on google and it seems lots of people has the same issue - it<br />
works with pure html, but when you load something like powerpoint slide,<br />
word doc, pdf, &#8230; the .focus() by some reason not available anymore.<br />
I tested to close the original window and reopen it and it works - BUT I<br />
cannot open the existing window and I need the newly opened window stay on<br />
the second monitor all the time.&#8221;</p>
<p>Abhilfe schaffte hier:<br />
function oeffneFenster(fenstername)<br />
{<br />
	// Fenster mit leerem Inhalt öffnen und wieder schließen, damit kein IE-Fehler: &#8220;Mitglied nicht gefunden&#8221; kommt.<br />
	w = window.open(&#8221;", &#8220;Druckausgabe&#8221;);<br />
	w.close();<br />
	// Das gewünschte Fenster öffnen:<br />
	w = window.open(fenstername,&#8221;Druckausgabe&#8221;,&#8221;width=800,height=450,scrollbars,menubar=no,resizable=yes&#8221;);<br />
	w.focus();<br />
}</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Robert.M</title>
		<link>http://www.it-blogger.com/2007-06-22/microsofts-internetexplorer-und-mitglied-nicht-gefunden/#comment-127272</link>
		<author>Robert.M</author>
		<pubDate>Thu, 04 Jun 2009 08:59:24 +0000</pubDate>
		<guid>http://www.it-blogger.com/2007-06-22/microsofts-internetexplorer-und-mitglied-nicht-gefunden/#comment-127272</guid>
					<description>Danke für den Hinweis mit dem Style-Attribut! Funktioniert jetzt bestens!</description>
		<content:encoded><![CDATA[<p>Danke für den Hinweis mit dem Style-Attribut! Funktioniert jetzt bestens!</p>
]]></content:encoded>
				</item>
</channel>
</rss>

