<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[鍵盤語言 (Keyboard Languag)]]></title> 
<link>http://www.xspace.idv.tw/bo_blog/index.php</link> 
<description><![CDATA[網路語言是時代變遷的記錄，更是社會文化的載體，它彰顯出網路時代青年人的思維習慣與言語方式，是當代青年人以網路生活為主題，尤其在網聊、「網路社區」中使用的「鍵盤語言」。沒有規則，自成方圓的網路語言以其快捷性、豐富性、自由性、互通性的鮮明特徵，迅速地成為了虛擬時代青少年的新寵。當然,這些網路「新語言」撇開了語言規範，只能用在網路世界中，現實生活裏，我們還得「老老實實」說話。]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[鍵盤語言 (Keyboard Languag)]]></copyright>
<item>
<link>http://www.xspace.idv.tw/bo_blog/read.php?61</link>
<title><![CDATA[防止表單送出兩次又能禁止留空]]></title> 
<author>bruce_wu &lt;bruce@xspace.idv.tw&gt;</author>
<category><![CDATA[JavaScript]]></category>
<pubDate>Mon, 26 Mar 2007 20:01:20 +0000</pubDate> 
<guid>http://www.xspace.idv.tw/bo_blog/read.php?61</guid> 
<description>
<![CDATA[ 
	<p>寫網頁的程式最怕的就是 Double Submit(同一時間重覆點擊), 只要簡單加上一段就可以解決這種問題.</p><p>加此行:<br /><br/>[codes=JScript]<br/>onclick="this.disabled=true" <br/>[/codes]<br/><br/>Ex:<br/>[codes=JScript]<br/><input type="button" name="Submit" value="Submit" onclick="this.disabled=true" /><br/>[/codes]
]]>
</description>
</item>
</channel>
</rss>