Form input TYPE = image not passing VALUE attribute in Internet Explorer workaround solution
<input type=”image” value=”edit”> The VALUE attribute is passed by all browsers; except IE and Opera. The workaround solution is using a hidden field to pass the form action: function formAction(svalue) { var objAction =...