| 
	
 | 
 Posted by Bergamot on 07/07/07 00:24 
Adrienne Boswell wrote: 
>  
> <input type="submit" name="sub1" value="Submit"> 
> ...more interesting elements... 
> <input type="submit" name="sub2" value="Submit"> 
>  
> Then you will get either sub1/Submit or sub2/Submit in your form  
> collection. 
 
Alternately, use the same name and assign different values. This gives 
you a means to easily do switch/case processing. 
 
--  
Berg
 
  
Navigation:
[Reply to this message] 
 |