make a window pop up with a different web site, while the splash page redirects to the normal page

so basicly i am trying to make it go from

1.Splash page
and make it go to
1a.Main Page 2a.Forums

i am trying to help my buddy out with his gaming community and he brought it up. I have research in www.tizag.com and couldnt find anything but clickable pop ups and refresh, and redirects. if you can help me i would appreatiate it.

Bryan

splash page

<body onload='window.open("urltoopenForums");window.location="urltoopenMainpage";' '>

splash page with timeout

<body onload='setTimeout("window.open(\"urltoopenForums\");window.location=\"urltoopenMainpage\";",5000);' >

splash page button

<input type='button' onclick='window.open("urltoopenForums");window.location="urltoopenMainpage";' value='click'>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.