Add Button to Open Default Document
As a simple example of how to automate some tasks, we add a button to the page:
<input type="button" value="Open" onclick="BtnOpen()"> |
When clicked, a predefined document will be opened in the AuthenticDesktopControl. The MakeAbsolutePath method creates an absolute path using the location of the script as a base path.
function BtnOpen() |