how do I submit a form at the end of a sub in vbscript?
Basically the user enters data and clicks a form submit button that writes that data, displays some output and runs a sub.
at the end of the sub I want the form to submit, but not by using another button. Is there anyway around this with javascript, or vbscript?
Basically the user enters data and clicks a form submit button that writes that data, displays some output and runs a sub.
at the end of the sub I want the form to submit, but not by using another button. Is there anyway around this with javascript, or vbscript?