This is what finally worked and took the least amount of javascript:

<button name="submit1"
         type="submit"
         id="sub1"
         onClick="this.form.whichbutton.value = 'action1'; return true;">
    I. General<br />Information
</button>

<input type='hidden' name='whichbutton'>


Thanks to all that replied. I'm used to various browser bugs, but seems 
pretty odd that different browsers would pass completely different 
values for a simple <button>. Sheesh....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264772
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to