Activate the script for the Industrial Browser from a web page using the wls type, followed by the script name. If you plan to launch a script from a web page, do not select a script activation method when you create the script.
Executing Scripts from Web Pages Example 1
This example launches a script called WebAuto when the web page first loads.
<title>TE70 Test1 - Launch Telnet Scripts</title>
<meta http-equiv="OnStartup" content="wls:WebAuto">
Executing Scripts from Web Pages Example 2
This example launches a script called WebClick when a user clicks the hyperlink “here” on the web page.
<p>
Click <a href="wls:WebClick">here</a> to launch the "WebClick" script.
</p>
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other