But what about those without Javascript

But some people don't allow Javascript to work. For them the default action of the form should set to a gateway script that will use a LWP::UserAgent to call the actual script just like the form had made the change.

This option is not ready yet, but will be eventually.

Code Snippit



<form method="POST" action="/protein/default.cgi"

      onSubmit="return abort_submission" name="memberform">



<input type="hidden" name="collection" value="e2NfWA8i">



<input type="submit" name="editmembers" value="Edit" 

       onclick="forms.memberform.action = 'edit.cgi';">



<input type="submit" name="editmembers" value="Blast" 

       onclick="forms.memberform.action = 'blast.cgi';">