I am using the following javascript code to open the pop-up window.
Code: Select all
<a style="cursor:pointer" onclick="window.open('whatisthis.php','win','toolbar=1,left=200,top=200,scrollbars=1,width=500,height=350');">What is this?</a>Is it any ways to resolve this