Predmet:Re: web strana pocetok
PreuzmiIzvorni kôd (HTML):
<META NAME="generator" CONTENT="toniarts easyhtml v.2.4">
<form name="mojaforma" method="POST" action="provjera.php"><br />
Ime:
<input name="ime" type="text" /><br />
Å ifra:
<input name="sifra" type="text" /><br />
<input type="submit" value="Pošalji" name="posalji">
<script type="text/javascript" language="javascript">
document.getElementsByTagName('input')[1].onkeypress = function(e) {
e = e || event
var chr = getChar(e)
if (!isNumeric(chr) && chr !== null) {
return false
}
}
function isNumeric(val) {
return val !== "NaN" && (+val)+'' === val + ''
}
function getChar(event) {
if (event.which == null) {
return String.fromCharCode(event.keyCode) // IE
} else if (event.which!=0 && event.charCode!=0) {
return String.fromCharCode(event.which)
} else {
return null
}
}
</script>
</BODY>
</HTML>
Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.