檢查輸入值是否為數字
function isNab(id){ var tmp var z="0123456789" var nab=id.value.length-1; for (var i=0;i<=nab;i++){ tmp=id.value.substr(i,1) if (z.indexOf(tmp) == -1) { return false; } } if(id.value != "0") return true; else return false; }
NAME
EMAIL
Website URL
NOTE - You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>