-
How can I do this...?
Hello guys,
Is it possible to do something like this..
<%
ctr = cInt(request.Form("ctr"))
hitCtr = getCounter(ctr)
%>
<div align="center"><b>You
are visitor number<font color="#FF0000">
<% =hitCtr %>
</head>
<body>
<div align="center">
<form name="form1" action="counter.asp?ctr=1" method="post">
<input type="submit" name="submit" value="submit">
</div>
</form>
<%
function getCounter(num)
getCounter = num+1
end function
%>
Thanks
-
never mind...thanks...:-)
-
-
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks