Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: forms and cgi |
From: | Branden Hall |
Date: | Mon, 27 Sep 1999 16:33:01 +0100 |
First of all you need to reorder the command so that the variables are set
before the GetURL action. This is because unlike the HTML form, as soon as a
GetURL or Load Variables action is reached, the data is sent. Also, unless
you want a window to pop open, use the load movie action instead (set it to
load variables into location) The final actionscript would look like this:
On (Release)
Set Variable: "MFAdress" = "per [dot] nylenmm [dot] se"
Set Variable: "MFAdress" = "test"
Set Variable: "MFReturn" = "http://www.mm.se"
Load Variables ("http://www.mcfedries.com/cgi-win/mailform.exe", 0,
vars=GET)
End On
-= Branden J. Hall
-= Web Developer / Instructor
-= Fig Leaf Software
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managerchinwag [dot] com
Replies
FLASH: forms and cgi, Per Nyl�n
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]