Answered
MHTML Document
What is the command to open a MHTML document link on another browser window instead of opening over the window with the PDF file?
What is the command to open a MHTML document link on another browser window instead of opening over the window with the PDF file?
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.