S
S N
i am attaching the error , and then i am pasting the full asp code below it.
please help
error message
Microsoft VBScript compilation error '800a0400'
Expected statement
/test11.asp, line 7
option explicit
^
Now the asp file
______________________
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% Response.CharSet = "UTF-8" %>
<% option explicit %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>New Page 1</title>
</head>
<body>
<% response.write "hello" %>
</body>
</html>
please help
error message
Microsoft VBScript compilation error '800a0400'
Expected statement
/test11.asp, line 7
option explicit
^
Now the asp file
______________________
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% Response.CharSet = "UTF-8" %>
<% option explicit %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>New Page 1</title>
</head>
<body>
<% response.write "hello" %>
</body>
</html>