jedifra
11-19-2003, 07:52 PM
Hi everybody
somebody knows How to get the outlook version using javascript, because I want to send a attach file into mail
I can use to Outlook 2000 the follow code:
<form name="manda" action=mailto:?subject=Archivo&body=Hello%20world&attach="C:\myscreen.jpg">
but by Outlook XP the correct code is:
<form name="manda" action=mailto:?subject=Archivo&body=Hello%20world&attach=""C:\myscreen.jpg"">
You can see that we need use simple " for Outlook 2000
but by Outlook XP we need use double "
So I need get the Outlook version by code
somebody knows How to get the outlook version using javascript, because I want to send a attach file into mail
I can use to Outlook 2000 the follow code:
<form name="manda" action=mailto:?subject=Archivo&body=Hello%20world&attach="C:\myscreen.jpg">
but by Outlook XP the correct code is:
<form name="manda" action=mailto:?subject=Archivo&body=Hello%20world&attach=""C:\myscreen.jpg"">
You can see that we need use simple " for Outlook 2000
but by Outlook XP we need use double "
So I need get the Outlook version by code