Check this URL parameters out peoples

2002-10-29 Thread Kodjo Ackah
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

RE: Check this URL parameters out peoples

2002-10-29 Thread Robert Everland
-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

RE: Check this URL parameters out peoples

2002-10-29 Thread Kodjo Ackah
;dixonusa.com] Sent: 29 October 2002 15:04 To: CF-Talk Subject: RE: Check this URL parameters out peoples 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

RE: Check this URL parameters out peoples

2002-10-29 Thread Mosh Teitelbaum
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