Hi all,
I'm just curious if there is a simple way to do this, something along these lines
javascript:
if(document.getElementById('button').clicked == true)
{
alert("button was clicked");
}
html:
<input id="button" type="submit" name="button" value="enter"/>
Thank You Ruth