Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make Button participate in Form?
Message
De
28/01/2001 12:13:33
 
 
À
28/01/2001 10:18:45
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
00469507
Message ID:
00469524
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform