PDA

View Full Version : Java form to Flash?


egeorge
02-24-2006, 08:28 AM
Can anyone help me convert the following into flash compatible action script.

<script language=javascript>
var showinfowin
function showinfo(){
if(showinfowin) showinfowin.close()
showinfowin = window.open('','schedule','height=600,width=800,st atus=yes,scrollbars=yes,resizable=yes,menubar=yes' )
showinfowin.focus()
}
</script>

<table border="0" cellspacing="1" cellpadding="10" width=400 align=center>
<tr>
<td bgcolor=white valign="top" align=center>
<p align="justify">
Welcome Installers,<br><br>You can now check and manage your appointments via our web site.
Please call us for a name and password into our system if you haven't already received one.</p>
<p align="center">Please login below.</p>
<form name=mainform action= http://www.probusinesstools.com/admin/Login.asp method=post target='schedule'>
<table cellpadding=5>
<tr><td valign=middle><font face=Arial color=#000099><h3>Name:</h3></font></td><td valign=middle><h3><input type=text name=name></h3></td></tr>
<tr><td valign=middle><font face=Arial color=#000099><h3>Password:</h3></font></td><td valign=middle><h3><input type=password name=pass></h3></td></tr>
</table><br>
<input type=submit value=Submit onclick=showinfo() id=submit1 name=submit1>
</form>
</td>
</tr>
</table>

I have already created the form field elements (user and pass text fields, submit button, etc....) I just need to convert the post part of the script.. I think???

feanish
03-24-2006, 12:31 AM
http://t8design.com/weblogs/?p=6

you're welcome