binkyboo
07-01-2003, 07:42 PM
Here's the code I have on my html page.
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<FORM METHOD=POST ACTION="http://www.minihttpserver.net/test.php">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" align="center" width="241"> <TR> <TD VALIGN="TOP" height="2" colspan="2">
<input type="hidden" name="yname" value="WebMaster">
<input type="hidden" name="yemail" value="patrick.wirth@tdstelecom.com">
<!-- Replace the RED STRING to your email address -->
Contact us <br>
<!-- Replace the RED STRING to your top title -->
</TD> </TR> <TR>
<TD VALIGN="TOP" width="88"><font size="2">Your Name:</font></TD>
<TD VALIGN="TOP" width="174"><font size="2">
<INPUT TYPE="text" NAME="fname">
</font></TD> </TR> <TR>
<TD VALIGN="TOP" width="88"><font size="2">Your Email:</font></TD>
<TD VALIGN="TOP" width="174"><font size="2">
<INPUT TYPE="text" NAME="femail">
</font></TD> </TR> <TR> <TD VALIGN="TOP" COLSPAN="2"> <hr>
<font size="2">Suggest:</font></TD>
</TR> <TR> <TD VALIGN="TOP" COLSPAN="2"><font size="2">
<TEXTAREA NAME="comments" ROWS="5" COLS="40"></TEXTAREA>
</font></TD> </TR> <TR> <TD VALIGN="TOP" COLSPAN="2">
<div align="right"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td width="41%"> <div align="center"><font size="1" face="Arial, Helvetica, sans-serif"><a href="http://www.minihttpserver.net/free-email/index.php">Send by
MiniEmail</a></font></div> </td> <td width="59%">
<div align="right"><font size="2"> <input type="submit" name="action" value="Send to WebMaster"> </font></div> </td> </tr> </table>
<font size="2"> </font></div> </TD> </TR> </TABLE> </FORM>
</head>
I'd like to build a Flash form but don't know what variables I need to send to http://www.minihttpserver.net/free-email/index.php. It appears that I need yname, yemail, and femail. Any suggestions on converting this to Flash?
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<FORM METHOD=POST ACTION="http://www.minihttpserver.net/test.php">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" align="center" width="241"> <TR> <TD VALIGN="TOP" height="2" colspan="2">
<input type="hidden" name="yname" value="WebMaster">
<input type="hidden" name="yemail" value="patrick.wirth@tdstelecom.com">
<!-- Replace the RED STRING to your email address -->
Contact us <br>
<!-- Replace the RED STRING to your top title -->
</TD> </TR> <TR>
<TD VALIGN="TOP" width="88"><font size="2">Your Name:</font></TD>
<TD VALIGN="TOP" width="174"><font size="2">
<INPUT TYPE="text" NAME="fname">
</font></TD> </TR> <TR>
<TD VALIGN="TOP" width="88"><font size="2">Your Email:</font></TD>
<TD VALIGN="TOP" width="174"><font size="2">
<INPUT TYPE="text" NAME="femail">
</font></TD> </TR> <TR> <TD VALIGN="TOP" COLSPAN="2"> <hr>
<font size="2">Suggest:</font></TD>
</TR> <TR> <TD VALIGN="TOP" COLSPAN="2"><font size="2">
<TEXTAREA NAME="comments" ROWS="5" COLS="40"></TEXTAREA>
</font></TD> </TR> <TR> <TD VALIGN="TOP" COLSPAN="2">
<div align="right"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td width="41%"> <div align="center"><font size="1" face="Arial, Helvetica, sans-serif"><a href="http://www.minihttpserver.net/free-email/index.php">Send by
MiniEmail</a></font></div> </td> <td width="59%">
<div align="right"><font size="2"> <input type="submit" name="action" value="Send to WebMaster"> </font></div> </td> </tr> </table>
<font size="2"> </font></div> </TD> </TR> </TABLE> </FORM>
</head>
I'd like to build a Flash form but don't know what variables I need to send to http://www.minihttpserver.net/free-email/index.php. It appears that I need yname, yemail, and femail. Any suggestions on converting this to Flash?