OFF TOPIC javascript question
"Matt Ridgway" <[email protected]> Wed, 13 Aug 2003 20:13:41 +0100
| Newsgroups | gmane.comp.web.milonic |
|---|---|
| Message-ID | <001101c361cf$2073a440$4f6e6451@strike> |
This is a multi-part message in MIME format.
--===============23877788162570646==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_000E_01C361D7.63B49DB0"
This is a multi-part message in MIME format.
------=_NextPart_000_000E_01C361D7.63B49DB0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have this on as a simple redirection page, so that i can load =
different graphic sizes, it works fine in WinXP MSIE 6, but on the mac, =
it doesn't, can anyone help me?
<script language=3D"JavaScript1.2">
<!--
if (screen.width=3D=3D800||screen.height=3D=3D600)
window.location.replace("smir/index.htm")
if (screen.width=3D=3D1024||screnn.height=3D=3D768)
window.location.replace("bmir/index.htm")
else
window.location.replace("bmir/index.htm")
-->
</script>
thanks for any help
Matt
------=_NextPart_000_000E_01C361D7.63B49DB0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I have this on as a simple redirection =
page, so=20
that i can load different graphic sizes, it works fine in WinXP MSIE 6, =
but on=20
the mac, it doesn't, can anyone help me?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><script=20
language=3D"JavaScript1.2"><BR><!--<BR>if=20
(screen.width=3D=3D800||screen.height=3D=3D600)<BR>window.location.replac=
e("smir/index.htm")<BR>if=20
(screen.width=3D=3D1024||screnn.height=3D=3D768)<BR>window.location.repla=
ce("bmir/index.htm")<BR>else<BR>window.location.replace("bmir/index.htm")=
<BR>--><BR></script></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>thanks for any help</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2> =20
Matt</FONT></DIV></BODY></HTML>
------=_NextPart_000_000E_01C361D7.63B49DB0--
--===============23877788162570646==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
_______________________________________________
Milonic mailing list
[email protected]
http://www.milonic.com/mailman/listinfo/milonic
--===============23877788162570646==--