Quote from
fkapnist on April 16, 2025, 6:35 pm
this example works
SetVar [myvar] "Hi!"
BeginJS
alert($App.myvar);
EndJS
But this variable does not work
SetVar [myvar] "https://google.com/"
BeginJS
window.open("$App.myvar", "_blank");
EndJS
What am I doing wrong?
Thanks
.
this example works
SetVar [myvar] "Hi!"
BeginJS
alert($App.myvar);
EndJS
But this variable does not work
SetVar [myvar] "https://google.com/"
BeginJS
window.open("$App.myvar", "_blank");
EndJS
What am I doing wrong?
Thanks
.