Even the below passes ALL button values in Explorer, not just the one 
clicked. Firefox remains true and only passes the "value" attribute.


<button name="sub1"
         value="action1"
         onclick="this.form.submit();" >
I. General<br />Information
</button>

<button name="sub2"
         value="action2"
        onclick="this.form.submit();" >
  II. Business<br />Purpose & History
</button>

If you click the second button, IE passes "I. General<br 
/>Information,II. Business<br />Purpose & History". Firefox passes 
"action2".


I'm completely stumped at the moment!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:264682
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