Added some non-standard HTML tags to the StripHTML function to prevent HTML that breaks the formatting of this page. This will be released in the near future. For those of you that want to fix it now: just insert the non-standard HTML tags in the regular expression patter at line 277 of /lib/site_lib.asp.
Like, ASP isn't actually a scripting language, i thought. VBScript is the scripting language. I don't know the exact term for what ASP is, but it's more of a protocol or a platform than anything else. You can use lots of different languages within ASP.
ASP is not a language; it's a framework that supports many languages. If you'd asked 'Active Server Pages (JScript)' I'd have voted for it, but definitely not Beginners All Purpose Symbolic Instruction Code (BASIC)- Visual or otherwise - a nasty little throw back to the days of Sinclair ZX80's and other 8-bit computers.
For example, I've heard of people (many of the ASP supporters who should know better) complaining about error handling in ASP, saying it's very poor - ON ERROR GOTO and such horrors. This, however, is just an example of how VBScript, despite its age, is still an immature language. JavaScript supports try...catch...finally & throw statements.