<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[深圳沙头角]]></title> 
<link>http://www.shatoujiao.com/index.php</link> 
<description><![CDATA[---Sha Tau Kok Yan Tian]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[深圳沙头角]]></copyright>
<item>
<link>http://www.shatoujiao.com/post//</link>
<title><![CDATA[网页响应键盘代码]]></title> 
<author>supeboy &lt;info@8600.cn&gt;</author>
<category><![CDATA[脚本 &#124; 程序]]></category>
<pubDate>Sun, 19 Nov 2006 08:10:01 +0000</pubDate> 
<guid>http://www.shatoujiao.com/post//</guid> 
<description>
<![CDATA[ 
	这段代码是对应键盘上的backspace(后退),←(左),→(右).<br/><div class="code">&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot;&gt;<br/>&lt;title&gt;&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;script language=javascript&gt;<br/>document.onkeydown=nextpage<br/>var prevpage=&quot;上一页.htm&quot;<br/>var nextpage=&quot;下一页.htm&quot;<br/>var bookpage=&quot;目录.htm&quot;<br/>function nextpage(event) &#123;<br/>&nbsp;&nbsp;event = event ? event : (window.event ? window.event : null); <br/>&nbsp;&nbsp;if (event.keyCode==0x14) location=bookpage<br/><br/>&nbsp;&nbsp;if (event.keyCode==37) location=prevpage<br/><br/>&nbsp;&nbsp;if (event.keyCode==39) location=nextpage<br/>&#125;<br/>&lt;/script&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</div><br/>Tags - <a href="http://www.shatoujiao.com/tags/%25E4%25BB%25A3%25E7%25A0%2581/" rel="tag">代码</a> , <a href="http://www.shatoujiao.com/tags/%25E7%2589%25B9%25E6%2595%2588/" rel="tag">特效</a>
]]>
</description>
</item><item>
<link>http://www.shatoujiao.com/post//#blogcomment</link>
<title><![CDATA[[评论] 网页响应键盘代码]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.shatoujiao.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>