I am trying to open a Outlook when user clicks on submit button of form by using javascript mailto:
When I submit the form from chrome or firefox then it is able to open but in IE I am getting the following error:
The command line argument is not valid verify the switch you are using
I'm not really sure you did research much, but the first result in google when you look up for the error leads to a Microsoft board where it seems to be solved:
https://support.microsoft.com/en-us/kb/312346
As far as I've seen, your problem is related with a file association to the URI Schema "mailto". I'd recommend following the steps you can find in the link and searching exhaustively next time.