LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-23-2004, 12:42 AM
dshallenberger dshallenberger is offline
Registered User
 
Join Date: Jun 2004
Location: Cincinnati, OH
Posts: 2
Rep Power: 0
dshallenberger is on a distinguished road
submit form with flash button and validate

I'm using a flash button as a submit button for a form, and it is working. I used...

Actionscript:
on (release) {
  getURL("javascript:document.formenter.submit();");
}

...within an on(release) and it does submit the form, but it won't run the javascript validation. Here is my form tag:

Code:
<form name="formenter" method="post" action="enter_step2.php" 
onsubmit="javascript:return validateForm(this)">
With a graphic button, it worked perfect. But with this flash button, it submits, but won't run the validation. Also, I need this to work with Flash v5 players.

Can anyone help?

Thanks,
Dan
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Submitting Flash forms frostedberry Flash MX 15 10-14-2006 03:00 PM
Flash 5 forms/validation help Robyn_h General Flash 1 06-23-2003 09:25 PM




All times are GMT. The time now is 05:25 AM.