This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > May 2004 > Flash forms in a HTML environment
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Flash forms in a HTML environment
|
|
| justindeen 2004-05-13, 4:13 pm |
| I am trying to put a flash form into a HTML page, no matter what I try it doesn't work. The following coding i put into actionscript:
function getList(btn) {
trace(btn._name);
locData = new LoadVars();
if (btn._name != "submit" && btn._name != undefined) {
locData.location = btn._name
}
locData.sendAndLoad(dataURL+"FormMail.pl", locData, POST);
}
dataURL = "http://www.iggachild.com/cgi-bin/";
when I push the submit button nothing happens.
PLEASE please can someone help...?
Kind regards
Justindeen | |
|
| Usually if you need a form you will need a send form PHP script to go with
it. Look up Flash form in flashkit.com
"justindeen" <justindeen.167rcp@mail.forum4designers.com> wrote in message
news:justindeen.167rcp@mail.forum4designers.com...
>
> I am trying to put a flash form into a HTML page, no matter what I try
> it doesn't work. The following coding i put into actionscript:
>
> function getList(btn) {
> trace(btn._name);
> locData = new LoadVars();
> if (btn._name != "submit" && btn._name != undefined) {
> locData.location = btn._name
> }
> locData.sendAndLoad(dataURL+"FormMail.pl", locData, POST);
> }
> dataURL = "http://www.iggachild.com/cgi-bin/";
>
> when I push the submit button nothing happens.
>
> PLEASE please can someone help...?
>
> Kind regards
>
> Justindeen
>
>
>
> --
> justindeen
> ------------------------------------------------------------------------
> Posted via http://www.forum4designers.com
> ------------------------------------------------------------------------
> View this thread: http://www.forum4designers.com/message77178.html
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|