1

I have a page where you enter customer details and on click of a submit button which generates a PDF. This PDF tab should be visible on both the monitors(Dual screen). In the second monitor the user goes through the PDF and sign's on it.

window.open() on a multi-monitor/dual-monitor system - where does window pop up?

I tried the above link but didn't work

  • Browser has to be Internet Explorer, thank you – Kondapati Manikanta Nov 07 '17 at 20:12
  • What did happen when you tried the advice from the link? – Scott Marcus Nov 07 '17 at 20:14
  • "Uncaught ReferenceError: FindLeftScreenBoundry is not defined" – Kondapati Manikanta Nov 07 '17 at 20:37
  • Okay... Let me tell you what I am trying to do. I will enter customer details into a webpage and on the click of a button we will generate a PDF with the customer details in it, now I want the PDF to be visible in the second monitor for the customer to check and confirm the details are correct and he will sign on the PDF using a signature pad. Once the signature is done, On click of a button in primary monitor the tab in the second monitor should be closed. – Kondapati Manikanta Nov 07 '17 at 20:40
  • The solution at the link you posted shows a `function FindLeftScreenBoundry()` being declared. If you are getting an error that this function is not declared, you simply did not implement the function properly. It does not mean that that solution doesn't work. – Scott Marcus Nov 07 '17 at 20:45
  • Oops.. I didn't declare the function.. thank you.. but the "leftScreenBoundary" is coming undefined. – Kondapati Manikanta Nov 07 '17 at 20:46
  • 1
    Looks like the OP just made a typo following advice from another post. i will close this question and mark as a duplicate. – Scott Marcus Nov 07 '17 at 20:48
  • There is a answer by now see https://stackoverflow.com/a/57303963/1497139 – Wolfgang Fahl Aug 01 '19 at 07:38

0 Answers0