You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reca...@googlegroups.com
We hired somebody to make a "reply form" for our web site so people can contact us. The person who created the form used VBScript to create the page.
I'm afraid I don't fully understand the relevant code for the page but what I'd like to do is replace the "Submit" button with a submit with a captcha.
I have not been able to find a VBScript version of the reCAPTCHA code and I am given to understand that attempting to mix VBScript and Javascript on a page is a no-no. Is there a simple way to replace:
<form method=post action="reply2.asp"> ...fill in the various form fields... <input type="submit" value="Submit this information"> </form>
With a CAPTCHA checked submission in VBScript (so I don't have to try to figure out how to redo the entire thing in javascript)?