Robert Orlini wrote: > Any reason that this submit button code does not work? > > <input type="image" border="0" src="images/delete_record.gif" alt="delete" > value="delete" name="delete"> > > I like the look of this button because it is an image, but does not pass the > "delete" value to the form.
I'm assuming you're not getting the variable 'delete' set, in this case it's probably IE doing what you don't expect. I think IE doesn't send the 'delete' value, but delete_x and delete_y which contain the (x,y) where the user clicked. -- Oliver Tupman Key Systems Geotechnical ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

