Jump to content

submit button not working


sphinx

Recommended Posts

Hello,

 

I've noticed that submission is not occuring on certain older IE browsers here is the code:

 

		<button id="saveForm" onclick="ChangeText();this.disabled=true;" class="positive" type="submit" name="save" value="Process">
                <img src="apply2.png" alt=""/>Submit
                </button>

 

Is their anything in there that old IE will not support?

 

Many thanks

Link to comment
https://forums.phpfreaks.com/topic/251618-submit-button-not-working/
Share on other sites

WIthout going back and researching it myself, my guess would be perhaps that older browsers do the javascript first and possibly since it's disabled, the browser doesn't submit it? Try removing the javascript calls. If that doesn't work, try adding a normal <input type="submit"> and try clicking on it. If that doesn't work, then there is something else wrong (Like your <form tag)

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.