|
-
Converting html form into flash question/request
Hi guys, Happy memorial day weekend. I need your help desperately. I need to covert this form:
PHP Code:
<form name="form1" action="http://admin.cglship.com/tracking/ts2000tracking.php" method="get" target="_blank">
<input type="hidden" name="method" value="HAWB">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="33"></td>
</tr>
<tr>
<td height="21">
<input type="text" size="15" maxlength="15" name="input">
</td>
</tr>
<tr>
<td height="16"> House Bill Number </td>
</tr>
<tr>
<td height="31">
<div id="buttonTrack">
<input name="Track" type="image" value="Track" src="gif/button_track.gif" alt="Go">
</div>
</td>
</tr>
<tr>
<td height="24"><a href="http://www.cglship-intl.com/netshipper/tracking/" target="_blank"></a> </td>
</tr>
</table>
</form>
Into flash. I need to know if can I used this same code to create a form with 4 inputs instead of 1.
Thank you guys and gals for your help...
-
As often, nobody answered.
This is how you do it.
In the first frame of your from, you type the hidden input box with the name and value:
method = "hola";
create an input box and as a viriable name you write "input"
and a button with this info:
on (release) {getURL ("urlpath.php", "_blank", "GET")};
and try it out.. should work!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|