You only need application. Preceeding if you want to use application variables. You don't have to use application variables, you will also be opening a can of worms with locking and such.
Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -----Original Message----- From: Kodjo Ackah [mailto:kodjo@;concrete-media.com] Sent: Tuesday, October 29, 2002 9:57 AM To: CF-Talk Subject: Check this URL parameters out peoples <cfset Parameters = "Emailaddress=#URLEncodedFormat(EmailAddress)#&PopServer=#URLEncodedForm at(PopServer)#&SMTPServer=#URLEncodedFormat(SMTPServer)#&username=#URLEn codedFormat(username)#&Password=#URLEncodedFormat(Encrypt(Password,815)) #"> Should it be like this preceding "application." With the servers(pop & smtp) <cfset Parameters = "Emailaddress=#URLEncodedFormat(EmailAddress)#&application.PopServer=#UR LEncodedFormat(application.PopServer)#&application.SMTPServer=#URLEncode dFormat(application.SMTPServer)#&username=#URLEncodedFormat(username)#&P assword=#URLEncodedFormat(Encrypt(Password,815))#"> Any help with the right way? Kodjo ackah Principal Consultant concrete-media.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk 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

