| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Dec 2000
Posts: 19
|
can somebody help me with a cgi.script for Nt,
Where and how exactly do i have to send it in flash. this are the necessary HTML lines (given by provider) <FORM ACTION="http://home.pi.be/cgi-bin/FormMail.pl"METHOD=POST AND <input type=hidden name="recipient" value="steven_aerts@hotmail.com" NOw is my question how do i have to convert this in actionscript? Loadvariables: ="http://home.pi.be/cgi-bin/FormMail.pl",0,POST AND SOMEWHERE JUST recipient=steven_aerts@hotmail.com but where and how?? How is the server going to know where the form has to be sent to. In flash or on the serverscript. Please somebody it is urgent, and killing me this is my UrL : http://www.lirax.be it's in dutch but you will get it . Look at aankoop cheers |
|
|
|
|
|
#2 |
|
Registered User
|
put this action on first frame:
recipient = "steven_aerts@hotmail.com"; redirect = "http://www.PageToGoAfterSubmit.com/"; Name = "Mail Form"; action for "submit" button: on (release) { getURL ("http://home.pi.be/cgi-bin/FormMail.pl", "_self", "GET"); } and do not forget about "change mode for PL" and for text fields add variables: 1) name 2) Email ...... action for "reset" button: on (release) { Names = blank; Comment = blank; Web = "http://"; Email = blank; } .... If you still have problems: http://www.actionscripts.org/help/FormMail.zip [Edited by Strok on 01-18-2001 at 09:21 AM] |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2000
Posts: 19
|
thanks for helping me out,
I will try it tonight, and let you know.. Cheers |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scripting For An Intelligent System Desperately Needed Please Read | love_enterprises | ActionScript 2.0 | 4 | 10-28-2005 01:19 PM |
| Suggestions Needed: Scripting 3D in Flash | chaudoufroid | ActionScript 2.0 | 3 | 04-11-2005 07:37 AM |
| Scripting help needed | rpoteat | ActionScript 1.0 (and below) | 2 | 01-13-2005 08:44 AM |
| [AS2] help scripting for a game | krunx_ng | Gaming and Game Development | 2 | 07-05-2004 12:24 PM |
| Scripting help needed please | nesbit | Server-Side Scripting | 3 | 03-21-2002 09:15 AM |