You are here: irt.org | About | Feedback | 543 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1139
Sent by
Clif Hopwood on October 28, 1999 at 21:03:01:
Technical:
Not technical enough
Comments:
JavaScript can't do what?
How about:
function mailIt() {
Mail="mailto:me@nowhere.com?subject=Help";
window.location.href=Mail;
}
which opens the clients mail composer, unless Outlook grabs it, but that isn't a limitation caused by JavaScript.
Additionally I have used JavaScript to send a form using "action=mailto".