|
Home > Archive > IIS Server > June 2005 > How to exit an script in ASP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to exit an script in ASP
|
|
| coltrane 2005-06-25, 5:50 pm |
| Is there a way to exit a script in an asp page?
In a plain vanilla vbscript I can call wscript.quit, but there doesn't
seem to be a way to exit a vbscript in an asp page.
thank your for your help
john
| |
|
| response.end
--
:: nick dell
:: programming & hosting
:: www.blnk.co.uk
"coltrane" <tendengarci@yahoo.com> wrote in message
news:1119725396.389322.264600@f14g2000cwb.googlegroups.com...
> Is there a way to exit a script in an asp page?
> In a plain vanilla vbscript I can call wscript.quit, but there doesn't
> seem to be a way to exit a vbscript in an asp page.
>
> thank your for your help
>
> john
>
| |
| coltrane 2005-06-28, 5:54 pm |
| Nick,
thanks
|
|
|
|
|