I want to include a URL that passes variables in CFMail such as:
http://www.x.com/page.cfm?FirstName=#FirstName#&Email=#EMail#
I get an error message with the ampersand &.
If I use #Char(38)# instead
http://www.x.com/page.cfm?FirstName=#FirstName##Char(38)#Email=#EMail#
I get an error message about the =
What's the solution?
Sebastian
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.