<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marco&#039;s .NET Blog &#187; html/js</title>
	<atom:link href="http://www.fulda-west.de/blog/category/htmljs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fulda-west.de/blog</link>
	<description>just about my work on .NET</description>
	<lastBuildDate>Thu, 01 Dec 2011 12:35:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>asp.NET :: Passwort nach Postback behalten</title>
		<link>http://www.fulda-west.de/blog/2011/01/asp-net-passwort-textbox/</link>
		<comments>http://www.fulda-west.de/blog/2011/01/asp-net-passwort-textbox/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 11:32:34 +0000</pubDate>
		<dc:creator>mherbert</dc:creator>
				<category><![CDATA[asp.NET]]></category>
		<category><![CDATA[html/js]]></category>

		<guid isPermaLink="false">http://www.fulda-west.de/blog/?p=280</guid>
		<description><![CDATA[Schön, dass es sie gibt: Den &#60;TextMode=&#8221;Password&#8221;&#62; bei der &#60;asp:TextBox&#62;. Aber schade, dass sich das Control anders verhält als die &#8220;Standard-Textbox&#8221;. Nach einem Postback sind die enthaltenen Eingaben nämlich weg. Gerade bei Registrierungsformularen, die Informationen ein- und ausblenden sollen (je nachdem was der Benutzer so anklickt), wäre es aber sehr wünschenswert, wenn der Inhalt beim [...]]]></description>
		<wfw:commentRss>http://www.fulda-west.de/blog/2011/01/asp-net-passwort-textbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS/asp.NET :: Modales Popup</title>
		<link>http://www.fulda-west.de/blog/2008/12/jsaspnet-modales-popup/</link>
		<comments>http://www.fulda-west.de/blog/2008/12/jsaspnet-modales-popup/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 07:07:43 +0000</pubDate>
		<dc:creator>mherbert</dc:creator>
				<category><![CDATA[asp.NET]]></category>
		<category><![CDATA[html/js]]></category>
		<category><![CDATA[aspx]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PopUp]]></category>

		<guid isPermaLink="false">http://www.fulda-west.de/blog/?p=81</guid>
		<description><![CDATA[Nachdem ich ja bereits das &#8220;puristische&#8221; modale Popup beschrieben habe, hier nun die elegantere Lösung. Zunächst benötigen wir ein einfaches Javascript, dass wir im Head-Bereich der aufrufenden Seite platzieren: &#60;script type=&#8220;text/javascript&#8220;&#62; function Dialog()    {       var ret=window.showModalDialog(&#8220;popup.aspx&#8221;,window, ↙       &#8220;dialogHeight: 500px; dialogWidth: 800px; status: No; center:yes&#8221;    );    if (ret == &#8220;1&#8243;)       [...]]]></description>
		<wfw:commentRss>http://www.fulda-west.de/blog/2008/12/jsaspnet-modales-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS :: Puristische Version eines Modalen Popup</title>
		<link>http://www.fulda-west.de/blog/2008/10/js-puristische-version-eines-modalen-popup/</link>
		<comments>http://www.fulda-west.de/blog/2008/10/js-puristische-version-eines-modalen-popup/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 13:18:52 +0000</pubDate>
		<dc:creator>mherbert</dc:creator>
				<category><![CDATA[html/js]]></category>

		<guid isPermaLink="false">http://www.fulda-west.de/blog/?p=63</guid>
		<description><![CDATA[Hier mal die absolut puristische Möglichkeit ein modales Popup zu gestalten. Das Javascript für das PopUp-Fenster (Dreamweaver): &#60;script language=&#8221;JavaScript&#8221;&#62; &#60;!&#8211; function MM_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); } //&#8211;&#62; &#60;/script&#62; Der Link: &#60;a href=&#8221;javascript:void(0);&#8221; onClick=&#8221;MM_openBrWindow(&#8216;fenster.htm&#8217;,'FensterName&#8217;, &#8216;status=yes,scrollbars=yes,width=700,height=500&#8242;)&#8221;&#62;LinkTitle&#60;/a&#62; Und jetzt in der fenster.htm: &#60;body onblur=&#8221;self.focus()&#8221;&#62; Sehr einfach, da jedes Mal, wenn das Fenster den Focus verliert, es sich [...]]]></description>
		<wfw:commentRss>http://www.fulda-west.de/blog/2008/10/js-puristische-version-eines-modalen-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

