Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1139, October 28, 1999 at 21:03:01:

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".






©2018 Martin Webb