Pjc4real
January 6th, 2003, 09:02 AM
Hey guys! A question for scripting wizards!
I have constructed a simple contact form in MX. On the SEND button, I have the following code:
on (release) {
getURL("http://www.free-cgi.com/freecgi/form2mail/form2mail.asp", "", "POST");
}
As I don't have acces to CGI on my space, I'm using a free service. They give instructions on how to modify the form in HTML as follows:
In the form tag write:
<FORM METHOD="POST"
ACTION="http://www.free-cgi.com/freecgi/form2mail/form2mail.asp">
In the form, include your Free-CGI username:
<INPUT TYPE=HIDDEN NAME=Username VALUE="your-username">
However, as I've built my form in Flash, how do I duplicate the above command in ActionScript? Is this possible? I just need to somehow add my username....... ne ideaz?
I have constructed a simple contact form in MX. On the SEND button, I have the following code:
on (release) {
getURL("http://www.free-cgi.com/freecgi/form2mail/form2mail.asp", "", "POST");
}
As I don't have acces to CGI on my space, I'm using a free service. They give instructions on how to modify the form in HTML as follows:
In the form tag write:
<FORM METHOD="POST"
ACTION="http://www.free-cgi.com/freecgi/form2mail/form2mail.asp">
In the form, include your Free-CGI username:
<INPUT TYPE=HIDDEN NAME=Username VALUE="your-username">
However, as I've built my form in Flash, how do I duplicate the above command in ActionScript? Is this possible? I just need to somehow add my username....... ne ideaz?