 |
 |
Screenshots |
|
|
 |
Downloads |
|
|
 |
Resources |
|
|
 |
|
|
 |
|
|
|
 |
|
|
Below shows how IntraLaunch can be used via Javascript or VBScript. This method is more flexible
& powerful allowing for forms, animated GIFs, text links, etc. can all be made to execute applications.
The Height and Width values of the object specify how big it is in pixels. A size
of 1x1 should be used if the object will be called via Javascript. Or add style="display : none" to
visually remove the object from the page. This helps ensure the object doesn't interfere
with any page rendering.
You can also use ExecuteIt to dynamically pass variables from web page forms to IntraLaunch
for execution.
If passing a full path/program to ExecuteIt, you might need to use two backslashes
because the first one is treated as the escape character within Javascript.
For example IntraLaunch.ExecuteIt('C:\\fullpath\\program.exe').
The Run param should be set to "Null" if doing this.
Variables can also be passed to ExecuteIt and will be parsed for replacement.
|