|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.manualMailTo(Enable) |
Parameters
Return value
Description
By default, the manual mail to feature is disabled, so the browser object will send the request to the default mail program when the user click on a mailto: link.
When this function is called with true as parameter, the browser object raises the event event.browser:manualMailTo when the user click on a mailto: link. You can then process the request with your own script. |
|
|
|