I have a VBScript that takes some arguments (name, email, etc) and I created a HTML form.
When the user types the data, I want to execute the VBScript and pass the form data as parameters.
The question is how do I run a VBScript from an HTML form(there is no Server so the client executes the HTML and runs the VBscript on their machine).
The VBScript is an external file. Lets call it myScript.vbs
As a matter of coincidence i just yesterday published a question how to do this in Ruby and gave a vbscript script as sample, so here you have it. But in fact it is best the other way round, you best start the browser from your script.