Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Import Address Book contacts into a new Verizon phone' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Import Address Book contacts into a new Verizon phone
Authored by: loucarey62 on Jan 05, '09 11:21:35PM
The following line in the macro:
    TAG POS=1 TYPE=A ATTR=TXT:AddContact
should read:
    TAG POS=1 TYPE=A ATTR=TXT:Add<SP>Contact
Also, my Add Contact screen has the first and last names combined into 1 field. If yours has this too, the macro change for this would be from:
    TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:firstName CONTENT={{!COL1}}
    TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:lastName CONTENT={{!COL2}}
to:
    TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:name CONTENT={{!COL1}}
CPUnk, thanks for the code and for introducing me to iMacros - invaluable!

[ Reply to This | # ]