[thelist] javascript syntax

Joshua Olson joshua at waetech.com
Thu May 9 11:29:09 CDT 2002


----- Original Message -----
From: <dn at dittodesign.co.uk>
Sent: Thursday, May 09, 2002 12:23 PM
Subject: [thelist] javascript syntax


> Im trying to redirect Mac users and I just cannot get
> my bit of java working -
>
> if (navigator.platform=='mac'){window.location='NS/index.htm'};

Darren,

try:

top.location.href = 'NS/index.htm';

HTH,

-joshua





More information about the thelist mailing list