Free NT Web Hosting, Free ASP Hosting, Free Web hosting, Free Hosting - DomainDLX
    

    Home
    Registration
    FAQs
    Terms of service
    Contact us

    Learn ASP
    Databases
    Articles

If at any point you want to stop the script before running any remaining command you just need to call the Response.End command.  Example:

If A < 100 Then
    Response.End  'If the script can't run with A
less than 100, then don't run any more of it.
End If

By: Matthew Holder