I have a javascript function which opens a window and have a javascript which also opens another window and i want to open boths windows on one click.
'<script type="text/javascript">function clickme() { window.open('http://www.google.com/'); } </script>'
'<a href="#" onclick="clickme();">
<script type="text/javascript" src="http://ads.clicmanager.fr/exe.php?c=17346&s=29646&t=1&q="></script></a>'
But unfortunately only the ad is opening and google is not opening. Please help me, I want to open both windows on one click. Thanks