Hi,
My XSLT page has a form which has a submit button. The submit click should open a intranet URL. My JavaScript method calls the submit script by document.getElementById("FormToPost").submit(); This works well in IE8, where as in IE10, the form object is not being recognized. Please help me out in this. Thanks.
Regards,
Siva