Your Announcements

Error – Johnny

Johnny
Member

Posts: 16
From: California, USA
Registered: 12-23-2001
In my 2nd ASP article, I showed you all a piece of code that looked like this:

<!-- #include file "wod.inc" -->

Well, some ASP servers (as I've learned), wont accept that. So, if you end up getting VBScript errors, or HTTP 500 errors, try this:

<!-- #include file = "wod.inc" -->

Sorry for that little slip-up.