Question
JavaScript でhttpにあるPDFファイルをAcrobatで開きたい。
When I execute the following code in JavaScript, I get an error like "An error occurred when opening this sentence. File name ~".
I want to know the reason and the solution.
var w = new ActiveXObject ("WScript.She'll");
w.Run ("Acrobat.exe http: // ~ .pdf ");