Click to See Complete Forum and Search --> : how to get email in Outlook Express by javascript?


tan
10-08-2003, 02:28 AM
is any one know how to get email in Outlook Express by javascript?
thanks

lillu
10-08-2003, 03:27 AM
the mailto function will open up the default mailer in your system. If it's Outlook Express, then it will open Outlook Express for you.

<a href="mailto:somebody@somewhere.com">Send Email</a>

tan
10-08-2003, 03:33 AM
i mean get the email address in outlook express database

lillu
10-08-2003, 10:02 AM
Javascript cannot read/write files on the user's system.
Try Visual Basic, VBA or search for an ActiveX control that can do the job.