Question
Submit button not working
I have a ColdFusion webpage that displays one of two submit
buttons, depending on logic. One of the button submits the form as
it should, the other does not. The page works on our Development
and Test webservers, and was working on the Production web server,
but now is not.
Both buttons do the same thing, which is submit the form. This is the code for the form header.
<form name="formname" action="webpagename.cfm" method="get">
Again, both submit buttons work on our Dev/Test servers, but one of the the buttons does not work on the Production server. Code for button not working:
<input name="Lock" type="submit" value="Approve & Lock"/>
<input name="Unlock" type="Submit" disabled="disabled" value="Unlock"/>
I think it must have something to do with the server, and not the page.
Any help is appreciated.
Both buttons do the same thing, which is submit the form. This is the code for the form header.
<form name="formname" action="webpagename.cfm" method="get">
Again, both submit buttons work on our Dev/Test servers, but one of the the buttons does not work on the Production server. Code for button not working:
<input name="Lock" type="submit" value="Approve & Lock"/>
<input name="Unlock" type="Submit" disabled="disabled" value="Unlock"/>
I think it must have something to do with the server, and not the page.
Any help is appreciated.
