Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Help-Passing Passwords |
From: | Randy Kato |
Date: | Tue, 5 Sep 2000 17:47:00 +0100 |
Bill,
The text fields are basically variable holders (just like HTML text fields), so
in the Properties box, enter the variable name, i.e. "UserName". Then whatever
the user types into that text field becomes the value of the variable. For
hidden fields, set the variables in a script in a keyframe, or even in the same
script as the submit button (but before the Get URL).
Use a Get URL to submit to your ASP page with variables set to "Send using POST"
and it should work.
HTH,
Randy
Bill-Fox wrote:
> I need:
> id text field
> pwd text field
> submit button
> with flash.
>
> I have the following (see below) html/ javascript version. I Need to replace
> the three following elements with flash version 4 of the same function.
> I can create the submit button and the text fields- but haven't a clue as
> the how to input the variables,values etc.
>
> <table width=100% valign=top border=0 cellspacing=0 cellpadding=0><tr
> width=100% valign=top><td align=left><Table cellspacing=0 cellpadding=0
> border=0><tr><td><form
> Action="http://www.vjungle.com/home/processHP_Submit.asp" Method="Post"
> Name="frmLogin">
> <input Type="Hidden" Name="CID" Value=""><input Type="hidden" Name="Company"
> Value="Bany">
> <input Type="hidden" name="domainpostfix" value=".vjungle.com"><font size=2
> color=#6495ED face="arial">User ID </font></td><td><input Type="Text"
> style="width:60; Height:18;Font-size:9pt;" size=9
> Name="UserName"></td></tr><tr><td><font size=2 color=#6495ED
> face="arial">Pwd </font></td><td><input Type="Password" style="width:60;
> Height:18;Font-size:9pt;" size=9 Name="Password">
> <input Type="Hidden" Name="sa" Value="li">
> <input Type="Hidden" Name="jsenabled" Value="0">
> <input Type="Hidden" Name="PID" Value=""></td></tr></table>
> <a href="JavaScript:document.frmLogin.submit();"><IMG
> SRC="./loginbutton.gif"width="157" height="38"BORDER="0"
> ALT="Login"></a></form>
>
> I have a FLA. ready to input actionsript to.
> Thank You
--
'''''' ' ' ' ' ' ' ' ' '
Randy Kato - Web Master
Braincraft
627 Broadway, Suite 504, NYC 10012
T 212.539.1680 F 212.539.1741
http://www.braincraft.com
...... . . . . . . . . .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: Help-Passing Passwords, Bill-Fox
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]