What is the best way (in JavaScript) to launch a ".application" Application through javascript?
Asked
Active
Viewed 160 times
1 Answers
1
I prefer to keep it simple:
window.navigate('pathToApplication/MyApp.application');

Ray Burns
- 62,163
- 12
- 140
- 141