First off, I'd like to thank the good people at Mozilla for distributing yet 
another fu#$ing browser to test my apps with.

Second, in doing so, has anybody else noticed that form button names do not 
get passed in the form scope using the RC1 browser? In Nutscrape 4.x, 6.x, 
Opera 5.x, 6.x, and all IE versions, they do.

This effects my code considerably because I have forms that post to 
themselves, and I test for the existence of the button name on submitting. 
But since the form button name doesn't get passed in the form scope, the 
following code won't execute:

<cfif IsDefined("form.buttonName")>
   <!--- Process form data --->
</cfif>

Has anybody else had this problem using Mozilla? I know it's supposed to be 
fully W3C compliant, but does that have anything to do with not passing the 
button name? When I run the identical in all the other browsers I listed 
above, my form processes with no problems whatsoever. Opera is fully W3C 
compliant, and the names get passed there. Is this a bug in Mozilla that 
needs to be reported?

I hate the web sometimes.

Thanks,
Dave.



______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
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

Reply via email to