I'm putting together a little programmette to allow users to select from a
DB of leads generated through a website click on the link and generate a
vcard (VCF) file with the contacts details then CFContent it back to the
user so they can use it in Outlook or Eudora or whatever.
SImple , I thought
I can create the Vcard file, and get it to open, however the file is blank,
no matter what I do I cant seem to get any info into it.
Has anyone else tried this and can help ?
This is the main bit of the code:
<cfsavecontent variable="createdVCF">
BEGIN:VCARD
VERSION:2.1
FN:On
N:On;A;N.;MR
END:VCARD
</cfsavecontent>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

