06-03-06, 15:42
|
# 3
|
תודה על תרומתך :) עסק רשום [ ?]
|
ציטוט:
|
נכתב במקור על ידי al_n
PHP קוד:
<html dir=rtl>
<head>
<SCRIPT LANGUAGE="JavaScript">
function submit_register(){
var nacon = "0123456789";
var field = document.register.phone.value;
var i;
for (i=0;i<field.length;i++){
temp = "" + field.substring(i, i+1)
if (nacon.indexOf(temp) == "-1"){
alert("די לתחמן! לפחות תשים ספרות ולא אותיות יא אהבל!");
return;
}
}
}
</SCRIPT>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0">
<form name="register">
<input type="text" name="phone">
<input type="submit" name="submit_detils" value="אישור" onclick="submit_register()">
</form>
</P>
</DIV>
</td>
</tr>
</table>
</body>
</html>
קח, תסתכל על הקוד....
|
אהבתי
__________________
בברכה,
אורי אהרונוביץ
Admin AT uptime.co.il
|
|
|
|