You should name your submit buttons. Everything sent is in name:value pairs.
Without the name all you have is that the submit action took place.


Greg Smith

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 3:36 AM
To: [EMAIL PROTECTED]
Subject: Which button clicked?


Can someone show me how to determine which button the user clicked?

use CGI;

$cgi->param did not contain the action parameter.
I want to determine if the user click the LEFT or RIGHT button:

...
<input type=submit value=LEFT>
<input type=submit value=RIGHT>
...

thanks
-rkl



-----------------------------------------
eMail solutions by 
http://www.swanmail.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to