Mailto: function

liunx

Guest
Does anyone know how I can pop-up a new Novell Groupwise email message and fill in the To and Subject field within the code?

ThanksWell if the user has Novell Groupwise (I'm not familiar with it) as their default email client I'd imagine a regular html mailto anchor link would be sufficiant.

ex. <a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]?subject=This is my subject">...This brings up Outlook Express instead of Novell. :(It brings up whatever the default mail client is. You can change this by going to the "Tools" menu in IE and selecting "Internet Options..." In the window that pops up go to the "Programs" tab and change the value in the "E-mail" drop down to be whatever you want. In your case it should be currently set to "Outlook Express" if that is what opened for you and you'll want to change it to "Novell Groupwise" (or something like that).
 
Back
Top