Forum Moderators: open
The POSTed data with the submit-button-disabling-script is triggering my "invalid page request" routine, which basically looks at the POST/GET variables and checks whether or not that dynamic page exists. The difference has to be here, but I've stared at it too long over the past couple of days.
I'll have to let this one simmer a little before tackling it again.
HTML:
<form name="someForm" action="whatever">
<input type="button" value="submit" name="submitButton" onclick="submitPressed()">
</form>
is a JS solution, not the best, if javascript is disabled etc.. but it works...
Would have to know what serverside you are using, as PHP or ASP solutions are more effective..