Hey all, a bit of background:
I have a website that uses 1 standard template thingy, a .html file, then this is used to display the rest of the site within it, which is .asp
My problem is, since I'm using this template, I cannot put anything in the <head> section, ie. scripts. This hasn't been a problem yet, but now I'm wanting to validate a form before it is submitted, so I was wondering if there is anyway I can use the onBlur function and check the value in the form.
eg.
Just wondering if that is possible, thanks in advance for any help.
Damon
I have a website that uses 1 standard template thingy, a .html file, then this is used to display the rest of the site within it, which is .asp
My problem is, since I'm using this template, I cannot put anything in the <head> section, ie. scripts. This hasn't been a problem yet, but now I'm wanting to validate a form before it is submitted, so I was wondering if there is anyway I can use the onBlur function and check the value in the form.
eg.
Code:
<input type='text' name='someName' id='someName' onBlur='validate someName here'>
Just wondering if that is possible, thanks in advance for any help.
Damon