javaScript not working in win popup handler

I want to highlight element/control in modal/popup box. The JavaScript for highlighting is working fine in browser’s console for popup. when I run the process with JavaScript code its not working. Is there any configuration required for modal/popup box to run JavaScript?

Hi,

Check the window / frame number in which you arepop up windo running the java script. In case of pop up window number usually changes

Regards,
Amit Anand

I have tried with possible solutions. Have code in win popup handler and tries with win number 1,2,and 3. Also tried parallel execution of javascript and popup handler.still it’s not working.

Hi,

Check if your java script is working via browser console.
Also, post a screen shot of your pop up window so as to suggest better

Regards,
Amit