I am testing my application on an IE8 system running Win 7 and CF 9. I do not 
know if any of these are relevant but the problem does not occur on Firefox or 
Chrome.

Essentially, IE is not passing the FORM.Submit to my post-back form processor. 
It passes everything else, including Submit.X and Y!!

My form is as follows:

<cfform>
<table>
<tr><td width="100"><b>First Name</b></td>
<td width="500"><cfinput name="FirstName" type="text" required="No" Size="20" 
/></td></tr>
<tr><td><b>Last Name</b></td>
<td><cfinput name="LastName" type="text" required="No" Size="20" /></td></tr>
</table>
<input type="hidden" name="Submit2" value="any">
<p><cfinput name="Submit" type="image" value="Submit" 
src="../Buttons/MSearch.png" /></p>
</cfform>

When I get the postback on IE8, I use a cfdump to see what I got, and the 
FIELDNAMES for the form are: FIRSTNAME,LASTNAME,SUBMIT2,SUBMIT.X,SUBMIT.Y but 
not SUBMIT!!!

As I use this technique in other applications to capture a post-back, I'm 
rather concerned. Am I doing something wrong?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342510
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to