Forum Moderators: open
<a href="aa.php"><img src="ss.gif"></a>
and to open up 2 seperate windows.
How can i do this the easy way please?
<script type="text/javascript"> function openWin(url){ window.open(url,......); return true; } </script>
Kaled.