Microsoft VBScript compilation error '800a0400' option explicit

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top