When I use the javascript "reset()" method directly using the form name IE 11 crashes with access violation.
Sample Code:
<!DOCTYPE HTML><html><head><title>CrashTest</title><script type="text/javascript"> function ResetForm() { captura.reset(); }</script></head><body><form action="#" name="captura" autocomplete="off"><input type="text" id="txt1" /><br /><input type="text" id="txt2" /><br /><input type="text" id="txt3" /><br /><input type="text" id="txt4" /><br /><input type="text" id="txt5" /><br /><input type="button" value="Reset Form" onclick="ResetForm()" /></form></body></html>
Any Clue?
Thanks in advance!
IE 11 version 11.0.9600.16476 with Windows 7 64-bit (Compatibility view disabled)