You can have the link's onClick event call some JavaScript to submit the form. If the link is defined within the form, this would look something like:
onclick="parentNode.submit()" On Oct 9, 2008, at 3:12 PM, Ken Barnes wrote: > I have several select and inputs on the page that when user hits > link whole page > submits with values from these to the event. Or if there is an > easier way to > just include all of them ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
