i use module for web blocks and another module for screens in one screen in table data there are print button this button has ajax submit function with trigger to navigate me to another screen print i set in preparation of print block runjavascript function and write window.open(_blank) and another window .print() problem is when i click on print button print window open in the same page i want it open in another tab
90
Hi Reem,
I think the best option to open a page in a new tab is to use a link instead of a button.Note that you can style a link to look like a button.
Hello
You can check and try if this helps, this is similar what you wanted to achievve.
http://jsfiddle.net/Sarathv15/8dXvt/420/
Best regards
Tousif
Hi Reem, Please see the attached module.The module shows my interpretation of your issue. Let me know if I understood well.