AspLite Versions Save

Lightweight framework for Classic ASP / VBScript developers

v1.1

1 month ago

Small corrections ebook.asp

v1.0

1 month ago

Release of ebook.

v0.1.3

1 month ago

v0.1.2

2 months ago

This is a minor release, mainly adding Bootstrap feedback messages (alerts) to aspForm.asp and aspLite.asp. It also "fixes" an inconsistency with submit buttons where "value" was replaced with "html", like was the case for regular buttons already.

v0.1.1

2 years ago

This release fixes a bug with the ASP DataTables implementation (sorting issue).

Some new methods were introduced:

aspL.htmlEncJs(value) - HTML encodes a JavaScript snippet aspL.length(value) - Replaces VBS len() (survives null) aspL.log(value) - Logs events to asplite/asplite.log aspL.stripHTML(value) - Strips HTML-tags from value (keeping only text) aspL.CheckEmailSyntax(value) - Checks syntax of email address - returns true/false

Even though I like the idea of building Single Page Applications in Classic ASP a lot, I notice things can quickly get very complicated compared to a more classic top-to-bottom way of developing web applications. But let's persevere. Classic ASP ain't over till it's over.

v0.1.0

4 years ago