Forum Moderators: open
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/counter.asp, line 3
800401f3
the counter page code:
<!--counter.asp-->
<%
set mycounter=server.createobject("mswc.counters")
mycounter.increment(counts)
%>
<html>
<head>
<title>My2003</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><font face="tahoma" size="2">Hello and welcome you <b><%=mycounter.get(counts)%></b>
visitor.</font><br>
</p>
</body>
</html>
I wonder why and what should I do? Thanks :)