Jump to content

Problem with my submit button script


Cep

Recommended Posts

Hi,

I basically want to rename a submit button and disable it when I submit a form to prevent the user from clicking it again and again whilst my PHP works through its processes.

I have this as my button,
[code]
<input name="submit" type="submit" class="input" value="Build report" onclick="this.submit=true; this.value='Building...'"/>
[/code]

and on my form element I have,

[code]
<form name="statusoptions" method="post" action="reports.php" onsubmit="Disable(this.submit);">
[/code]

However I keep receiving an error in IE6 that the an object is expected (the form element line) however I don't understand what the problem is as I think I have declared the button by using this.submit.

Can anyone tell me what I am doing wrong?
Link to comment
https://forums.phpfreaks.com/topic/27589-problem-with-my-submit-button-script/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.