0

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

image idea

Alberto Rojas
  • 11
  • 1
  • 4

1 Answers1

1

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)

Fitzi
  • 1,641
  • 11
  • 17
  • If my answer solved your problem, please consider accepting it: https://stackoverflow.com/help/someone-answers – Fitzi Jan 20 '20 at 11:05