I accidently asked a question in the bottom of another thread.
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=26409
Whoops. 
I took Davio's advice and now I have a more specific error:
Microsoft VBScript compilation error '800a03f4'
Expected 'If'
/forums/topic.asp, line 952
End Sub
----^
I've been doing the editing in Notepad, which doesn't give me line numbers. I've opened the file up in Word then used "View HTML Source", but I think it junks it up and gives me an inaccurate location.
Right now, the version with the error(s) is live on my site. Any help in tracking down my bug would be much appreciated.
Thanks!

PS I installed a new HTML editor (EZ-Pad) and looked at the file. It seems like the error is somewhere in this part of topic.asp:
</tr>
</table>
</td>
</tr>
</table>
<% end if
end if
' #####################################################################################
%> </td>
</tr>
<%
End Sub
sub DisplayIP()
Edited by - jfields on 22 April 2002 17:47:24