*does not work if (else if (e=.75)) preceeds either the e>.75 or e<.75 statements.Code:<script language="JavaScript1.2"> /*Aspect Ratio Redirect Script (By kevin186 from www.marizs23.com and BLiZZaRD from www.dynamicdrive.com)*/ var e = (screen.height/screen.width) if (e>.75) window.location.replace("http://www.example.com/page1.htm") else if (e<.75) window.location.replace("http://www.example.com/page2.htm") else if (e==.75) window.location.replace("http://www.example.com/page3.htm") </script>



Reply With Quote

Bookmarks