Need a little help with a script. Or at least where to find it.
Thanks
Thanks
<div id="errormsg" </div>
<for_m name=myform action="whatever" method="get">
hahahahahahaha type=text name="checkme">
hahahahahahaha type=submit value="Submit" onclick="if (documen_t.forms.myform.checkme = = 'bad') {documen_t.getElementByID('errormsg').innerHTML='You entered an invalid value'; return false;">
</form>

Comment