|
|
|
|
|
| | |
|
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: |
Global variables |
From: |
earl |
Date: |
11/18/1999 5:02:45 PM |
IP: |
205.168.106.6 |
I have a problem with variables. I have a form that checks to see if a directory exists. And if it does it runs the default file in that directory after an NT password check for that directory.
I cant seem to capture the directory name they enter. The session variables disappear when I do the redirect.
Any Ideas?????
on error resume next
Response.Buffer=True
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Set d=fs.GetFolder("D:\customer\"+Request.form("uname"))
If (fs.folderexists(d)) then
Response.redirect("https://www.marsicofunds.com/customer/"+Request.form("uname"))%>
<%else %>
Youre not authorized to be here>>>>>>>>
<%end if %>
|
|
|
|
|
|
|
|
|
|
|
|
|