write this in page load, it's working in IE, Mozila:
<script type="text/javascript">
window.onload = s()
function s()
{
window.open("http://google.com");
window.open("http://msdn.com");
}
<script>
----------------
you can call this function on any event you require.
** Mark any post that really helps you as “ANSWER” to indicate all other viewers in future for reference; **
Thnks,