Why does this work fine in firefox but not IE? Im just trying to clear a form entry.
%26lt;input name="button" type="button" onClick="document.forms['upload'].elemen... value="Remove Attachment"/%26gt;
http://www.arst3000.com/ra.html
Why would onclick not work in IE, but does in firefox?windows mobile
You cannot clear a file input unless you use two forms... see sources below
Why would onclick not work in IE, but does in firefox?www.microsoft.com internet explorer
your question got yahooolated...
document.forms['uploadform"].
fieldname.value = "whatever"
should do it!
No comments:
Post a Comment