Open PDF in new Window Browser

Hi I’m using mPDF to create a report.

This report is created using an action, that triggers a view.

Inside the view I have all the code.

How can I open that view in a new browser window or tab?

The action is triggered from the Actions Menu, on the right pane …

Best Regards

Hi

you have to use < a href="you link" target="_blank" > PDF </a> this is open on new tab.

if you wants to popup than use below link

http://www.quirksmode.org/js/popup.html

Thanks

Thanks !

I’ ll try popup !! I can get now on a new tab …

Regards