I am getting a issue with button type="submit" or input type="submit" in html5, not working button action when checking in IE browsers please any suggestions.
My button action is outside from the Form tag
<form>
my code comes here
</form>
My button should be outside as per my requirement
<button type="submit"></button>