A lot of VBScript programmers have little experience with events as there are not a whole lot of them available in the ASP environment. This tutorial will show a VBScript programmer how to access all 8 events made available by ASP.
So what's an event? An event is a procedure that is called when certain criteria has been met or only at a specified time. A programmer cannot trigger an event directly using ASP or VBScript but can plan for the event and schedule code to execute during that specific event by including special procedure blocks into their run-time code.
To streamline code on the main page and easily allow many possibilities the above sample uses a custom ASP class called objjpsvbBuildOption which resides in an included page to actually fill the listboxes. But the same concept here also applies no matter what code is used to fill the listboxes
Application variables were under-used on my site, but not for long! I realized recently that a list box that I was populating with data from my database changed very rarely.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.