LiveOak Posted October 10, 2001 Posted October 10, 2001 Might depend upon how many times the user hits the submit button! -bd
tobi Posted October 11, 2001 Author Posted October 11, 2001 I noticed it now too. But is there anything I can do to avoid this?
Anatoli Posted October 11, 2001 Posted October 11, 2001 I am usually submitting forms via JavaScript. I fired up FM, have IE form in window on local machine and I did manage to click 3 times before the IE shows second screen. No validation was done on FM side, not Required fields. FM created only 1 single record and not 3. The code I am using on submit button is: javascript:document.newform.submit() The form name is "newform" You need to specify -new or -edit in hidden input tag Will that help?
tobi Posted October 12, 2001 Author Posted October 12, 2001 Perhaps it would help, if I only knew, how to do this! I mean: where do I enter this code - how do I submit JavaScript? I
Anatoli Posted October 12, 2001 Posted October 12, 2001 The form is code: <FORM method="POST" action="FMPro" name="newform"> <INPUT type="hidden" name="-new"> <A href="javascript:document.newform.submit()">SUBMIT</A>
Recommended Posts
This topic is 8711 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now