M mailto: URL (Request method) mailto: URL (Web design software)
M mailto: URL (Request method) mailto: URL (Request method) Activates the mail client to send an e-mail message. Open up a mail client application or use the browser’s built-in mail client to send a message to the indicated recipient. Netscape supports the predefiniton of the Subject:, Cc: and Bcc: fields in the mailto: URL. This is illustrated in the example. This may not work on other browsers or JavaScript-capable mail clients. Note that you can leave the spaces as they don’t need to be escaped in the Subject text. In some versions, you can also define the Body text for the e-mail by appending the Body operator. This is also shown in the example. Warnings: . This is only allowed under script control if the script has the UniversalSendMail privilege. Example code: Send Mail Send Mail Send Mail Send Mail Send Mail See also: javascript: URL, mailbox: URL, nethelp: URL, UniversalSendMail, URL main() function (Definition) The main entry point to a procedural language program. Property/method value type: Implementation defined Although JavaScript in many circumstances does not have a main() function, in some applications of the language it may be necessary. By implication, the main() function of a JavaScript is the global code that is present in a web page in the