font-size increase on clicking
Posted: Fri Nov 02, 2007 3:15 am
Hi all.
I am using the following javascript code to open the pop-up window.
Its working fine but when I click the link the text was increase the size on Mozila.
Is it any ways to resolve this
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