Name: Anonymous 2009-03-18 9:04
Does anyone know why this doesn't work:
It fails on the line with the
<%@Language="JScript"%>
<html><body><%
var AL = Request.ServerVariables("http_accept_language");
var ALA = AL.split(",");
%></body></html>It fails on the line with the
split method with error Microsoft JScript runtime (0x800A01B6) Object doesn't support this property or method, but I don't see why.