On my asp page i have the following:
I have introducted a hint system for my form input fields that works when I remove onClick="AJAXPremium();" from the body tag but doesn't work when it is there. i.e
<body class="mainnav">
The problem is i need both to work!
Any ideas?
Thanks
Code:
<body onClick="AJAXPremium();" class="mainnav">
<body class="mainnav">
The problem is i need both to work!
Any ideas?
Thanks