Hi thanks for answering my question but i could not find anything on that page could you explain this process
if you will look at
http://gamegodleague.com and click on one of the ldders on the left you will see it opens a new html page
I would like this ladder to open with php nuke 5 in the middle
could you tell me what moduel to use to do this im clueless.
WiZARD wrote:It's Javascript:
Get from
http://astalavista.box.sk- Code: Select all
<SCRIPT LANGUAGE=javascript>
var popunder = "http://www.techiwarehouse.com"
var windowprops = "width=800,height=500,location=yes,toolbar=0,menubar=0,scrollbars=yes,status=0,resizable=yes"
function loadpopunder(){
win2=window.open(popunder, "techi", windowprops)
win2.blur()
window.focus()
}
loadpopunder()
</SCRIPT>
<script language=javascript>
if (window != top)
top.location.href=location.href
</script>