oi Brian!!
isn't that because form.submit is still a form element? I am suprised you are not getting a form.submit=DeleteType,EditType,Add Type ? -- Best regards, Critter [critz.org] ----------------------------------------- Saturday, February 9, 2002, 4:57:05 AM, you wrote: BS> Nothing is selected when this form loads until the user clicks inside the select box. Then the form autosubmits via the onclick= BS> Problem is that This form submits a form.submit="DeleteType" even though they clicked on the select box, NOT the Submit Button. BS> This ONLY happens on a Mac running IE BS> I'm clueless as to why? Would appreciate any insight. BS> Code below: BS> ----- BS> <form action="file.cfm" method="POST"> BS> <Select name="PT_ID" size="6" onclick="this.form.submit()"> BS> <option value="1">SomeItem</option> BS> <option value="2">SomeOtherItem</option> BS> </SELECT> BS> <input type="Submit" name="Submit" value="DeleteType"> BS> <input type="Submit" name="Submit" value="EditType"> BS> <input type="Submit" name="Submit" value="Add Type"> BS> </form> BS> ----- BS> Thanks to anyone with a clue, BS> Brian BS> ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

