<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[运维进行时]]></title> 
<link>https://blog.liuts.com/index.php</link> 
<description><![CDATA[互联网运维与架构]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[运维进行时]]></copyright>
<item>
<link>https://blog.liuts.com/post//</link>
<title><![CDATA[IP地址输入框]]></title> 
<author> &lt;&gt;</author>
<category><![CDATA[Javascript]]></category>
<pubDate>Wed, 15 Aug 2007 11:17:36 +0000</pubDate> 
<guid>https://blog.liuts.com/post//</guid> 
<description>
<![CDATA[ 
	<textarea name="code" class="css" rows="15" cols="100">
&lt;STYLE&gt;
div.IPDiv&#123;background:#ffffff;width:120;font-size:9pt;text-align:center;border:2 ridge threedshadow;border-right:inset threedhighlight;border-bottom:inset threedhighlight;
&#125;
input.IPInput&#123;width:24;font-size:9pt;text-align:center;border-width:0;
&#125;
&lt;/STYLE&gt;
</textarea><br/><textarea name="code" class="javascript" rows="15" cols="100">
&lt;SCRIPT language=JScript event=onkeydown for=document&gt;
&nbsp;&nbsp;if(event.keyCode==13)event.keyCode=9;
&lt;/SCRIPT&gt;

&lt;SCRIPT language=JScript&gt;
&nbsp;&nbsp;var IPlikeInputStr=[];
&nbsp;&nbsp;for(var i=0;i&lt;4;i++)IPlikeInputStr[i]=&quot;&lt;input class=IPInput name=IPInput type=text size=3 maxlength=3 onkeydown=&#039;if(event.srcElement.value.length==3&#124;&#124;event.keyCode==39)event.keyCode=9&#039;&gt;&quot;+(i==3?&quot;&quot;:&quot;.&quot;);
&nbsp;&nbsp;document.write(&quot;&lt;div class=IPDiv&gt;&quot;+IPlikeInputStr.join(&quot;&quot;)+&quot;&lt;/div&gt;&quot;);
&lt;/SCRIPT&gt;
</textarea><br/>Tags - <a href="https://blog.liuts.com/tags/ip%25E5%259C%25B0%25E5%259D%2580/" rel="tag">ip地址</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post//#blogcomment</link>
<title><![CDATA[[评论] IP地址输入框]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.liuts.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>