alex poyaoan wrote:
> Hi sorry for that .. the error for pid is undefined on testform came when i 
> named the form testform but deleting the name of the form ..... is undefined 
> in the form came up
> thanks 

Yes, the name of the form is only relevant in the client browser and the 
DOM.  Once the form is submitted to the server the form data is simply a 
collection of name - value pairs with no name.  On the server it is 
always just the form scope for data submitted with the 'post' method or 
the url scope for the 'get' method.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304081
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to