Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<script type = "text/javascript">
function checkicq() {
var pattern = /^\d*$/;
if (!(pattern.test(registration.icq.value))) {
alert("Для поля ICQ доступны только цифры");
return false;
}
}
</script>
<input type="text" name="icq" class="inputstyle_03" style="width:167px;" onBlur="checkicq()" />