I wouldn't make any changes to an application based on an RC version of 
a product.

And yes, it's most likely a bug.

----- Original Message -----
From: Dave Carabetta <[EMAIL PROTECTED]>
Date: Friday, May 3, 2002 12:42 pm
Subject: Slightly OT: Form button names with Mozilla 1.0 RC1

> 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.
> 
> 
> 
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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