158
Views
9
Comments
Open Multiple url (for print pdf)
Question
Application Type
Reactive

Hi,

My case is I got 3 checkbox


1. Pdf approved by agency

2. Pdf approved by government

3. Pdf approved by non government 


When user check all the check box. Then click button "Print".

Then my expectation is 3 tabs of pdf will open simultaneously.


So my question is how to do to open 3 tabs simultaneously?


2019-07-01 07-16-04
Vinod Patidar

Hi Farihah,

Could you please below sample application as per your requirement -

https://personal-itafqtdv.outsystemscloud.com/PrintPDFSample/Home


Please find the attached oml project as well.

Thanks

Vinod


PrintPDFSample.oml
UserImage.jpg
farihah mokhtaruddin

Hi Vinod,

I tried, but its not working as expected.
Only first JS open the URL.

2019-07-01 07-16-04
Vinod Patidar

Hi Farihah,

Could you please share OML?

Thanks

Vinod

UserImage.jpg
farihah mokhtaruddin

Hi Vinod. As per request.

My expected, 3 tab of link will open simultaneously.

PrintPDFSampleFarihah.oml
UserImage.jpg
vikas sharma
Champion

Hi,

You just need to write 3 lines as below in the java script. and its working fine.

window.open("http://www.africau.edu/images/default/sample.pdf",'_blank');

window.open("http://www.google.com",'_blank');

window.open("http://www.africau.edu/images/default/sample.pdf",'_blank');


Also if still not opening 3 tabs then, you need to check browser because browser blocks that as popup. So please ensure there no such message/warning from browser.

Regards

2019-07-01 07-16-04
Vinod Patidar

Hi

I have publish your sample in my environment and its working as expected. Please check using below link -

https://personal-itafqtdv.outsystemscloud.com/PrintPDFSampleFarihah/Home


Thanks

Vinod



UserImage.jpg
farihah mokhtaruddin

hi Vinod.
Thankyou.
its work after I allowed popup.

Appreciated if you can share the OML please.

2019-07-01 07-16-04
Vinod Patidar
PrintPDFSampleFarihah.oml
UserImage.jpg
vikas sharma
Champion

Actually Vinod is right. Here no issue in functionality of your logic or Vinod's logic. I tried with Vinod's sample also. Its browser issue. You need to allow that in browser other wise it will not work for you. Once allowed all 3 tabs will open.



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.