Hi,
Atm I'm using JS to open a new window but for most browsers it won't open due to pop up blockers, Anyone got a good code to get around them?
The code I'm using is.
print ("<script type=\"text/javascript\">
window.open('http://www.gamesitestop100.com', 'new', 'width=750,height=600,scrollbars=yes,resizable=no,status=no,screenx=5,screeny=5')
</script>");