# Convert HTML form to ActionScript

**URL:** https://forum.kirupa.com/t/convert-html-form-to-actionscript/217997
**Category:** flash
**Created:** [March 4, 2007, 1:16am UTC](https://forum.kirupa.com/t/convert-html-form-to-actionscript/217997 "2007-03-04T01:16:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![logan7ms](https://avatars.discourse-cdn.com/v4/letter/l/df705f/32.png) [@logan7ms](https://forum.kirupa.com/u/logan7ms)
#### Post date: [March 4, 2007, 1:16am UTC](https://forum.kirupa.com/t/convert-html-form-to-actionscript/217997/1 "2007-03-04T01:16:30Z")

</div>

Hello, I’m new to this forum so I would like to say hello to everyone and to say thank you in advance for your assistance. What I would like to know how to do is get this HTML e-mail list sign-up form below converted to ActionScript. I’ve searched everywhere to figure this out myself and have had no luck. I would appreciate any assistance with this problem.

\<!-- Start of Email List Manager Code - nonframe --\>  
\<FORM ACTION= “[http://www.hypermart.net/Listing.bml](http://www.hypermart.net/Listing.bml)” METHOD=“POST” TARGET=“mywindow” onSubmit=“window.open (‘about:blank’, ‘mywindow’, ‘toolbar=no, location=no,directories=no, status=no, menubar=no,scrollbars=yes,resizable=yes, copyhistory=no, width=400,height=200’)”\>  
\<TABLE border=“0”\>\<tr\>  
\<td nowrap\>Subscribe to Subscribers\_2 list:  
\<INPUT TYPE=“text” NAME=“UEmail” SIZE=“20”\>  
\<INPUT TYPE=“hidden” NAME=“user” VALUE=“hy.medearecords”\>  
\<INPUT TYPE=“hidden” NAME=“dir” VALUE=“Subscribers\_2”\>  
\<INPUT TYPE=“submit” NAME=“SUBMIT” VALUE=“Subscribe” \>\</td\>  
\</tr\>  
\</TABLE\>\</FORM\>  
\<!-- End of E-mail List Manager Code - nonframe --\>
