Virker det her i Netscape?
jeg bruger dette html script på hjemmesiden www.holbergsmykker.dk:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script>var width = screen.width;var res =(((!(640-width))*1)+((!(800-width))*2)+((!(1024-width))*3)+((!(1152-width))*4)+((!(1280-width))*5)+((!(1600-width))*6)); if(!(res)) res = 1;if (res=='1') {window.location='small.htm'}if (res=='2') {window.location='small.htm'}if (res=='3') {window.location='large.htm'}if (res!='1' && res!='2' && res!='3') {window.location='large.htm'}</script>
<body bgcolor="#000000">
</body>
</html>
Men har fået at vide at siden ikke kan ses i netscape..
Er dér noget i scriptet som gør at den måske ikke redirecter når det er netscape?
//13th Sky
