Forum: JavaScript / DHTML / AJAX Jun 8th, 2009 |
| Replies: 2 Views: 891 In js file I would advise you to put your code inside a function and the call it with one of the many javascript events
function CheckNumber()
{
if(isNAN(form.myTextBox.value))
alert('not a... |