Are these 2 lines identical in their function?

Inet1.Execute (strURL) + strFormData, "GET"

Inet1.OpenURL (strURL) + strFormData

They seem to act the same way.

and another question

I am using strFromData to put arguments on the end of the URL.

Can anyone tell me, if you are using the Inet.Execute POST method, how to submit data to a form that uses JavaScript for the submit button?