Customized status messages in html pages (Scanning)
:

Applies to:
Scanning


Example for customized browser status messages:


Sending a status message to the web window (application)  when the mouse is moved over a link:

<html><head><title>Test</title>

</head><body>

<a href="Examplelink.htm" onmouseover="status='This is a special link';return true;">Link with special status message</a>

</body></html>

 

You may trigger application behaviour by sending customized status messages to the application and scan for them.

 

Related topics:

Scanning reference
Scanning window