[tw] Re: Javascript Macro Does Not Seem to Work

2017-02-17 Thread Patrick Aquilone
I am open to alternative methods. I had originally tried the window.open(url) but it didn't like the command line parameters that I need to send. So I researched and found this way. On Friday, February 17, 2017 at 5:48:45 PM UTC-6, PMario wrote: > > Hi Patrick, > > This is IE only and if it w

[tw] Javascript Macro Does Not Seem to Work

2017-02-17 Thread Patrick Aquilone
Hello, So I created the following macro: /*\ title: $:/macros/runProgram type: application/javascript module-type: macro <> Example: <> <> \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw: false */ "use strict"; /* Information about this macro This is written to have a jav