I have a site that I just tested with a Mac OS 9 that fails under the Mac but works under Netscape and IE 5.5 on an NT.
The Details: There is a form that auto submits when an item in a select box is chosen. It then redisplays the Select box with details about the chosen item displayed below. Next to the Select box is a set of three buttons so the user can perform an operation on the selected item. On the Mac the autosubmit feature submits putting a value into the form.Submit value. While on NT it leaves it empty... which is what I've expected it to do. End result is just clicking on the select box makes the code believe the user clicked on the DeleteType button. I'm clueless as to why? Would appreciate any insight! Code below: <form name="PTSelect" action="#self#" method="POST"> <input name="fuseaction" type="Hidden" value="#attributes.XFA.SubmitPT#"> <Select name="PT_ID" size="6" onclick="this.form.submit()"> <snip...> </SELECT> <input type="Submit" name="Submit" value="DeleteType"> <input type="Submit" name="Submit" value="EditType"> <input type="Submit" name="Submit" value="Add Type"> </form> Thanks, Brian ______________________________________________________________________ Get Your Own 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=coldfusionb 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

