PDA

View Full Version : FLASH MX Form Submit :(


votetop30
10-26-05, 02:08 AM
Hi,
I went through a lot of online lessons, but it's obvious that i'm missing something, because my form doesn't work at all!
I would like to create a simple feedback form with a couple of textinput fields, a combo box and a textarea! Do i have to insert any actionscript codes in these fields or only at the submit button actionscript area?

How do i make this HTML code work with the FLASH Submit button???

<form method=post action="http://us.4.p5.webhosting.yahoo.com/forms?login=xyz" onsubmit="return createTarget(this.target)" target="formtarget">

THANK YOU FOR ANY HELP!!!

ksaphan
12-12-05, 11:22 AM
If you just do simple form using INPUT and TEXTAREA tags, you can use flash submit button in the following way:
<A href="javascript:void(0);" onClick='javascript:formname.submit();'>embed your flash button here</A>