Hi,
I'm designing a website in which I have to open Outlook New mail window using any of the scripting language (VbScript/Javscript). When I use CreateObject method, the browser is giveing "ActiveX Component Can't Create Object" error. I can rectify this by changing the Security settings in IE. But I can't do the same for my customer in US. So, I have found an alternative of using "MailTo" option in <Anchor> tag. The problem over here is, I'm not able to format the content of the Body text in the tag.
I want the body of the mail to be in two or three lines.
This is pretty urgent. Please help