----- 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