Forum Moderators: open
window.open('printables/AEForm.htm', '_blank');
This works great for my html forms, but some were sent to me as pdf files. When I try
window.open('printables/AEForm.pdf', '_blank');
Acrobat Reader pulls up and is embedded in the browser, so far so good. But, when I go to close this window, I get some error about an instruction at memory location... unable to be read. Then the computer locks up. People here with full Acrobat don't have this problem.
So, instead of this approach, how would I go about having Acrobat Reader launch independently instead of being embedded as window.open does?
Thanks
Just window.open('yourfile.pdf') should open the pdf file in a new window, which would then pull up Acrobat Reader and, depending upon your settings, embed in that window or open one of it's own.