|
|
To redirect to the user info edit page use the following
code in Login page: After successful
login event.
Note: Change the values listed in
red to match your specific needs.
set data=dal.UserTableName.Query("UserNameField='"& username & "' and PasswordField='" & password & "'","")
asp_ header "Location: tablename_edit.asp?editid1=" & data("IDField")
response.end
|
|