|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Response.Redirect |
From: |
Harlan |
Date: |
3/29/1999 11:57:33 AM |
IP: |
206.222.20.2 |
type conversion.. don't forget that
var = 1
if var = 1 then
in vbscript will always be false
you need to
var = 1
if cint(var) = 1 then
same with select case ;) |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|