|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Registered
Join Date: Oct 2005
Location: USA
Posts: 10
Reputation: 0
|
FLASH MX Form Submit :(
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!!! |
|
|
|
|
#2 |
|
Join Date: Aug 2005
Location: Belarus
Posts: 125
Reputation: 7
|
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>
__________________
Bus station is where a bus stops. Train station is where a train stops. At my desk I have a workstation... "Ubuntu" is an ancient African word that means "I can't configure Slackware" Software is like sex - better when it's free... --- |
|
|
![]() |
| Thread Tools | |
|
|