Forum Moderators: open
("xx-primary.html" is the 1024 version.)
<script type="text/javascript">
<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="xx-primary.html";
}
else
{
window.location="xx-secondary.html";
}
//-->
</script>
Can I assume the dropped .href in the window.location scope chain was a typo, not in the actual code?