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 OrgChart.pxf" onclick="BtnOpenMEFile()"> |
When clicked, a predefined document will be opened in the XMLSpyControl. The MakeAbsolutePath method creates an absolute path using the location of the script as a base path.
function BtnOpenMEFile() |