CodingForums.com
>
:: Client side development
>
JavaScript programming
> Click Screen Anywhere to Redirect
PDA
View Full Version :
Click Screen Anywhere to Redirect
swtrans
01-29-2006, 12:48 PM
Does anyone know the javascript that will allow you to click the screen anywhere, then be redirected? Thanks.
vwphillips
01-29-2006, 01:16 PM
document.onclick=function(){
window.top.location='http://www.vicsjavascripts.org.uk';
}
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.