> Hi, > I want to pass a variable from javascript to coldfusion > cfquery tag. From what I read I can only do it through a > url parameter or use form submit. In our case url option > is out since our variable is very long. I want to try form > submit. My question is when I use form submit there is any > restriction for the length of a string.
> Thanks. > Yinghong Li > City of Austin Hi Li, (I hope I'm not mangling the salutation) Theoretically any limit would be set in the http standard and/or by the browser on the receiving end. I wouldn't worry about it too much however, it's not terribly uncommon for form fields to transport data in the range of hundreds of kilobytes or even megabytes of data. hth s. isaac dealey 972-490-6624 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to tapestry api is opensource http://www.turnkey.to/tapi certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

