Skip to main content
Participant
July 12, 2018
Answered

MHTML Document

  • July 12, 2018
  • 1 reply
  • 1916 views

What is the command to open a MHTML document link on another browser window instead of opening over the window with the PDF file?

This topic has been closed for replies.
Correct answer try67

You can do it using this script:

app.launchURL("http://www.adobe.com", true);

Replace the first parameter with the actual URL, of course.

Keep in mind this will only work when the file is opened using Adobe software, though.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
July 12, 2018

You can do it using this script:

app.launchURL("http://www.adobe.com", true);

Replace the first parameter with the actual URL, of course.

Keep in mind this will only work when the file is opened using Adobe software, though.