I am trying to execute a windows.print () using js from a chrome browser to open a modal in IE and execute that function. It's possible?
This is executed from the web using a button that calls this function.
Here I draw my idea
I am trying to execute a windows.print () using js from a chrome browser to open a modal in IE and execute that function. It's possible?
This is executed from the web using a button that calls this function.
Here I draw my idea
Short answer: This is generally not possible
Slightly less short answer: If you control the machine(s) this should work on, you can do something similar (no modal, but an IE window/tab) with a custom protocol handler. See here: Open Internet Explorer from Chrome using a protocol handler (ie:url)