Hello. i was wondering if this can be done,personally my knowledge of Java / ajax is bad..
How can i make the submit button unable to be clicked if there is no data in the input (usermsg)?
<form name="message" action="">
<input name="usermsg" type="text" id="usermsg" size="100" />
<input name="submitmsg" type="submit" id="submitmsg" value="Send" />
</form>
If you have any idea, please help me.
Cheers,
Sorcher