[html]
<input id="c_code" name="c_code" type="text" onkeyup="value=value.replace(/[\W]/g,”)" />
[/html]
//只允許輸入 a-zA-Z0-9_其它字元都會被轉換成”
[html]
<input id="c_code" name="c_code" type="text" onkeyup="value=value.replace(/[\W]/g,”)" />
[/html]
//只允許輸入 a-zA-Z0-9_其它字元都會被轉換成”