> OK...now I get:
> 
> FIELDNAMES NEW.X,NEW.Y  
> NEW.X 11  
> NEW.Y 11  
> 
> FORM.fieldnames: NEW.X,NEW.Y 
> 
> How can I check just for "new"?

If you're using CFDUMP to dump the Form scope, and something doesn't show up
in there that you're expecting, well, it's not in there, so there's nothing
else to check for. CFDUMP shows you everything in the Form scope, when you
dump that scope.

If "new" corresponds to an INPUT field with TYPE="IMAGE", you won't have a
variable called "new" in the Form scope - you'll just have "new.x" and
"new.y". That's just the way image fields work in HTML.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to