RE: html:submit button

2004-07-16 Thread Sunil Sahu
Title: RE: html:submit button U can user 'onclick' event in html:button and simply call a _javascript_ function in which u have to pass the one parameter which would be exactly the 'value' u want to pass. -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED]] Sent

Re: html:submit button

2004-07-08 Thread Wendy Smoak
From: Denis Avdic [EMAIL PROTECTED] Is there a way to separate those two? I need 10 buttons, all the same label, but with different values submitted, depending on which button is pressed. I am not sure how to achieve that with html:submit. Should I just throw in a regular input tag instead?