Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | browser.ID.manualMailTo SEARCH    

  Functions
browser.create
browser.createEx
browser.eventFrame
browser.fromPoint
browser.ID.cancel
browser.ID.copyTo.ID
browser.ID.download.current
browser.ID.download.max
browser.ID.execScript
browser.ID.get.status
browser.ID.get.URL
browser.ID.getSource
browser.ID.goBack
browser.ID.goForward
browser.ID.goHome
browser.ID.handle
browser.ID.height
browser.ID.HTML.fromPoint.attribute
browser.ID.HTML.fromPoint.tagName
browser.ID.HTML.get.background.color
browser.ID.HTML.get.element.attribute
browser.ID.HTML.get.element.content
browser.ID.HTML.get.element.list
browser.ID.HTML.get.title
browser.ID.HTML.set.background.color
browser.ID.HTML.set.element.content
browser.ID.HTML.set.link.color
browser.ID.HTML.set.title
browser.ID.isAvailable
browser.ID.left
browser.ID.manualMailTo
browser.ID.navigate
browser.ID.newWindow
browser.ID.offline
browser.ID.options.connection
browser.ID.options.general
browser.ID.parent
browser.ID.pos
browser.ID.print
browser.ID.print.pageSetup
browser.ID.property
browser.ID.refresh
browser.ID.repaint
browser.ID.rzBackColor
browser.ID.saveAs
browser.ID.scrollbar.visible
browser.ID.silent
browser.ID.stop
browser.ID.top
browser.ID.visible
browser.ID.width
browser.ID.zoom
browser.manualCommand

  Events
event.browser:beforeNavigate
event.browser:documentComplete
event.browser:download:begin
event.browser:download:complete
event.browser:download:progress
event.browser:manualMailTo
event.browser:mioCommand
event.browser:navigate:error
event.browser:navigatecomplete
event.browser:newWindow
event.browser:statusChange
event.browser:titleChange

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
browser.ID.manualMailTo

Language: MioScript
Product: MioFactory


Syntax

browser.ID.manualMailTo(Enable)


Parameters

BOOLEnableIf set to true, the event event.browser:manualMailTo is raised when the browser receive a mailto: request.


Return value

Source code



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.