cancel
Showing results for 
Search instead for 
Did you mean: 

How do print content from a pop up window ?

Former Member
0 Kudos

Hi

I need to print content from a pop up window.It has a table with few records. The issue is when I try to print (through context../ Iframe..etc) from the main view, I am able to invoke the window (print function), However the same is not possible from a pop up (modal) window ?

what could be the reason ?, am I missing something or is there any other alternative ?

Thanks in advance

sathya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sathya,

just a query, can u give the code through which u are rinting contents for a normal window? May be we can explore on that.

Regards,

Shubhadip

Former Member
0 Kudos

Hi

I am having a hidden iframe, in which the source property has the value of javascript:window.print() and on load of the window/view, the default print window gets invoked and shown to the user. however this is not being possible for a popup window ?

When I click on button from the main window, the popup opens, however this(print)function is not getting invoked ?