PDA

View Full Version : email and pdfs


acomar
11-27-2006, 07:55 PM
How do I get an email address to open up outlook when you click on it and address the mail to the underlined link? Ex. acomar@blah.com

Also, how do I get a pdf to open in another screen when clicked on?
Thanks for any help I can get!

CyanBlue
11-28-2006, 12:55 PM
Howdy and Welcome... :)

To open up the email, you use getURL() function like this...
getURL("acomar@blah.com");
The same method can be used to open up the PDF...
getURL("file.pdf", "_blank");