Convert HTML form to ActionScript

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” 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 -->