Dave Carabetta wrote: > Is this a bug in Mozilla that needs to be reported?
Bugzilla is open to anyone, so you could just take a look whether it is a reported bug. But if I submit the form below CF outputs "TEST,SUBMITBUTTON" for #form.fieldnames#. <form method="post" action="http://server/template.cfm" target="_blank"> <input type="hidden" name="test" value="test"> <input type="submit" name="submitbutton"> </form> I use Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0rc1) Gecko/20020417 I think something else is going on. But if you want confirmation, output the body of the HTTP request to the screen (use GetHTTPRequestData() for that) and you will know for sure. Jochem ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

