Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make Button participate in Form?
Message
From
28/01/2001 12:13:33
 
 
To
28/01/2001 10:18:45
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00469507
Message ID:
00469524
Views:
25
Alex,

>Q: How do I make this extra button participate in the form, (i.e. like the submit button) sending the results of the form to its following page? (different than the form's action of course).

Just put code in the ONCLICK event of the extra button to change the action of the form, then submit it:
< button onclick='document.forms(0).action="newaction.asp";
document.forms(0).submit();' >Submit to Page 2< /button >
Something like that should work.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform