Question
POST TO JSP FROM IN FLASH
i have the following form, works great in HTML.
<form action = " http://someExternalwebsite.com/authentication.jsp" target = "_self"
onSubmit = "window.current('','paradigm','width=800,height=600,resizable=yes,toolbar=no,menubar=no,location=no');">
<input type="hidden" name="failedurl" value="password.asp">
<input tabindex="text" name="UserId">
<br>
<input type="password" name="password">
<br><br>
<input type="submit" value="Login">
</form>
how can i get this into a flash?
i have a username,password, and okay button ready, created.
do i put take the values of user name and password, put them into variables, and post them with getURL() ?
HELP!!! i can almost cry. this has to be done soon.
Thanks in advance
Dan M.
<form action = " http://someExternalwebsite.com/authentication.jsp" target = "_self"
onSubmit = "window.current('','paradigm','width=800,height=600,resizable=yes,toolbar=no,menubar=no,location=no');">
<input type="hidden" name="failedurl" value="password.asp">
<input tabindex="text" name="UserId">
<br>
<input type="password" name="password">
<br><br>
<input type="submit" value="Login">
</form>
how can i get this into a flash?
i have a username,password, and okay button ready, created.
do i put take the values of user name and password, put them into variables, and post them with getURL() ?
HELP!!! i can almost cry. this has to be done soon.
Thanks in advance
Dan M.
