anda_skoa
11-10-2003, 20:25
Falls jemand eine Site braucht, die wahrscheinlich die schlechteste im ganzen Web ist, wird hier fündig:
http://files.aon.at/service/weiterleitungen/musicdownload.htm
Der Code dieser Weiterleitungsseite ist das dümmste JavaScript Sample das ich bisher gesehen habe:
<html>
<head>
<script Language="JavaScript">
if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >=3 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) <= 3 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) <= 3 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) <= 3 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
</script>
</head>
<body BGCOLOR="White">
</body>
</html>
8-fach Check und trotzdem immer die selbe URL :D
Weiter drin in der Site gibts sogar Kostproben von VBScript ;)
Kennt jemand eine Hall-Of-Shame für Websites, wo man die registrieren könnte?
Ciao,
_
http://files.aon.at/service/weiterleitungen/musicdownload.htm
Der Code dieser Weiterleitungsseite ist das dümmste JavaScript Sample das ich bisher gesehen habe:
<html>
<head>
<script Language="JavaScript">
if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >=3 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) <= 3 )))
{
location='http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) <= 3 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else if(((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) <= 3 )))
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
else
{
location.href = 'http://sib1.od2.com/common/config.asp?shop=48&associd=2';
}
</script>
</head>
<body BGCOLOR="White">
</body>
</html>
8-fach Check und trotzdem immer die selbe URL :D
Weiter drin in der Site gibts sogar Kostproben von VBScript ;)
Kennt jemand eine Hall-Of-Shame für Websites, wo man die registrieren könnte?
Ciao,
_