<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/main.xsl"?>
<b:blog xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://blog.othree.net"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://blog.othree.net http://blog.othree.net/blooog.xsd">
	<b:blogTitle>O3noBLOG</b:blogTitle>
	<b:blogDescription></b:blogDescription>
	<b:entries>
		<b:entriesMeta>
			<b:listType>s</b:listType>
			<b:listData listID="000350" baseName="form-validator-project">想寫個表單檢查的javascript</b:listData>

			<b:previous>
				<b:mTitle>HTML Work Group 再開</b:mTitle>
				<b:mDate>2006/11/05</b:mDate>
				<b:mBase>reinventing-html</b:mBase>
			</b:previous>


			<b:next>
				<b:mTitle>There are 10 kinds of people in the world</b:mTitle>
				<b:mDate>2006/11/11</b:mDate>
				<b:mBase>there-are-10-kinds-of-peo</b:mBase>
			</b:next>

		</b:entriesMeta>
		<b:entry entryID="000350" baseName="form-validator-project">
			<b:author>
				<b:authorName>othree</b:authorName>
				<b:authorEmail>othree@gmail.com</b:authorEmail>
				<b:authorUrl></b:authorUrl>
			</b:author>
			<b:datetime>
				<b:date>2006-11-05</b:date>
				<b:time>20:29:16</b:time>
			</b:datetime>
			<b:category>script</b:category>

			<b:CommentsAccepted>1</b:CommentsAccepted>



			<b:PingsAccepted>1</b:PingsAccepted>


			<b:title>想寫個表單檢查的javascript</b:title>
			<b:content>
				<b:summary>表單檢查這東西很多人都有作過，所以當然不只是這麼簡單啦，想做的是透過class來指定表單的資料型態、甚至上下限，然後交給javascript來作判斷，有點像是Web Forms 2.0的預覽實作這樣，不過事實上還蠻多Web Forms 2.0 Working Draft上的東西不好只靠class和ajavascript來作，光是現在要處理上下限就不太方便了，不知道最後會設計成怎樣。 更新：結果今天就看到類似的東西了，wForms。...</b:summary>
				<b:mainContent><p>表單檢查這東西很多人都有作過，所以當然不只是這麼簡單啦，想做的是透過class來指定表單的資料型態、甚至上下限，然後交給javascript來作判斷，有點像是<a href="http://www.whatwg.org/specs/web-forms/current-work/">Web Forms 2.0</a>的預覽實作這樣，不過事實上還蠻多Web Forms 2.0 Working Draft上的東西不好只靠class和ajavascript來作，光是現在要處理上下限就不太方便了，不知道最後會設計成怎樣。</p>

<p>更新：結果今天就看到類似的東西了，<a href="http://www.formassembly.com/wForms/">wForms</a>。</p></b:mainContent>
				<b:extendContent></b:extendContent>
			</b:content>
			<b:comments commentCount="0">

			</b:comments>
			<b:trackbacks trackbackCount="0" trackbackURL="http://othree.net/mt/mt-tb.cgi/349">

			</b:trackbacks>
		</b:entry>
	</b:entries>
</b:blog>