<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>eliyana's blog &#187; Javascript</title>
	<atom:link href="http://jisshuuikhlas.wordpress.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://jisshuuikhlas.wordpress.com</link>
	<description>.... it's my life ....</description>
	<lastBuildDate>Thu, 17 Dec 2009 14:19:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jisshuuikhlas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4e5b656b5171927472180908b3d5126b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>eliyana's blog &#187; Javascript</title>
		<link>http://jisshuuikhlas.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jisshuuikhlas.wordpress.com/osd.xml" title="eliyana&#8217;s blog" />
		<item>
		<title>isi comboBox sama dengan textfield</title>
		<link>http://jisshuuikhlas.wordpress.com/2008/08/19/isi-combobox-sama-dengan-textfield/</link>
		<comments>http://jisshuuikhlas.wordpress.com/2008/08/19/isi-combobox-sama-dengan-textfield/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:20:18 +0000</pubDate>
		<dc:creator>nia</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://jisshuuikhlas.wordpress.com/?p=100</guid>
		<description><![CDATA[sbnrnya bingung mau kasih judul apa&#8230;.
yg penting kalian yg butuh ini tau lah&#8230;.
Script ini berfungsi untuk menyamakan isi combobox dg textfield ato valuenya combobox=textfiled.
Klo msh bingung ntar tanya aja akoe&#8230;. aj. OK!




&#60;html&#62;
&#60;head&#62;
&#60;title&#62;test&#60;/title&#62;
&#60;script language=&#8220;JavaScript&#8221;&#62;
function PrintValues(){
 var myString = document.mainform.file.value
 var myStringLength = myString.length
 var Comma = myString.lastIndexOf(&#8216;,&#8217;)
 var SufNumChars = Comma + 1
 document.mainform.result.value=(&#8221;);
 for(i=0; i&#60;Comma; i++) 
 document.mainform.result.value+=(myString.charAt(i));
 document.mainform.result.value+=(&#8216; &#8217;);
 for(i=SufNumChars; i&#60;myStringLength; i++) 
 document.mainform.result.value+=(myString.charAt(i));
}
&#60;/script&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;form name=&#8220;mainform&#8221;&#62;
&#60;p&#62;
&#60;select name=&#8220;file&#8221; size=&#8220;1&#8243; onchange=&#8220;PrintValues();&#8221; target=&#8220;_parent._top&#8221;
 onmouseclick=&#8220;this.focus()&#8221;&#62;
 &#60;option value=&#8220;Joe,Yin&#8221;&#62;First Option&#60;/option&#62;
 &#60;option value=&#8220;Hi,Me&#8221;&#62;Second Option&#60;/option&#62;
&#60;/select&#62;
&#60;input name=&#8220;result&#8221;&#62;
&#60;/form&#62;
&#60;/body&#62;
&#60;/html&#62;




klo mo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jisshuuikhlas.wordpress.com&blog=3052583&post=100&subd=jisshuuikhlas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://jisshuuikhlas.wordpress.com/2008/08/19/isi-combobox-sama-dengan-textfield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e7fc20780827fcde0845da56ae8d37c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niana</media:title>
		</media:content>
	</item>
	</channel>
</rss>