<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: Mit Javascript ändern Wert auf eine Schaltfläche?</title>
	<atom:link href="http://www.verkaufde.com/mit-javascript-andern-wert-auf-eine-schaltflache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.verkaufde.com/mit-javascript-andern-wert-auf-eine-schaltflache/</link>
	<description>Ein weiteres tolles WordPress-Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:00:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Marian R</title>
		<link>http://www.verkaufde.com/mit-javascript-andern-wert-auf-eine-schaltflache/comment-page-1/#comment-10174</link>
		<dc:creator>Marian R</dc:creator>
		<pubDate>Sun, 01 Aug 2010 08:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.verkaufde.com/mit-javascript-andern-wert-auf-eine-schaltflache/#comment-10174</guid>
		<description>Is eigentlich recht einfach:


var suchbegriff = window.prompt(&#039;Bitte gib den Suchbegriff ein&#039;,&#039;&#039;);
function button () {
document.getElementById(&quot;button1&quot;).value=suchbegriff;
}

&lt;body onload=&quot;button()&quot;&gt;
&lt;input type=&quot;button&quot; value=&quot;&quot; id=&quot;button1&quot; /&gt;
&lt;/body&gt;</description>
		<content:encoded><![CDATA[<p>Is eigentlich recht einfach:</p>
<p>var suchbegriff = window.prompt(&#8216;Bitte gib den Suchbegriff ein&#8217;,&#8221;);<br />
function button () {<br />
document.getElementById(&#8220;button1&#8243;).value=suchbegriff;<br />
}</p>
<p><body onload="button()"></p>
<input type="button" value="" id="button1" />
</body></p>
]]></content:encoded>
	</item>
</channel>
</rss>

