asp classic - vb script problems within asp -
I'm trying to get this code to work within an ASP page. When the user clicks on an onclick button, it will take them to this page which will create a file to store that user's user name and time the code executes the code. Until now, when this code runs, it will create a "userinfo.flag" file, but it does not capture user data. In fact, I'm not taking user data correctly
When you do not need to work in an .asp environment, Variable is available as a .vbs environment. Here are some things:
- Do not use the WshNetwork object to get information about the user. This information (if user has been authenticated) is available in the
request. Server = "WScript.Echo
That's why you should get the user information correct.
Comments
Post a Comment