lilvegan
Starting Member
USA
33 Posts |
Posted - 20 October 2004 : 17:21:40
|
I am having trouble with my active topics page. I am getting this error when running them:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'dWStatus'
/forum/active.asp, line 384
--------------------------------------------------------------------------------
Here is the code from active.asp lines 383- 389
If recActiveTopicsCount <> "" and (mLev > 0) then Response.Write " <form name=""MarkRead"" action=""active.asp"" method=""post"">" & vbNewline & _ " <input type=""hidden"" name=""AllRead"" value=""Y"">" & vbNewline & _ " <input type=""hidden"" name=""BuildTime"" value=""" & DateToStr(strForumTimeAdjust) & """>" & vbNewline & _ " <input type=""hidden"" name=""Cookie"" value=""2"">" & vbNewLine & _ " <acronym title=""Mark all topics as read""><input type=""image"" src=""" & strImageUrl & "icon_topic_all_read.gif"" value=""Mark all read"" id=""submit1"" name=""Mark all topics as read"" border=""0""" & dWStatus("Mark all topics as read") & "></acronym></font></td>" & vbNewLine & _ " </form>" & vbNewline
Using Access DB |
|