Hello,
I would like to add a page (perhaps _edit.asp) between the login screen and the initial listing. My users are stored in a table in the database and I want them to update information in that table after they login, but before the start searching another table. Does anyone have any ideas. I would guess in the login.asp you would change
Response.Redirect Replace("_list.asp", "%20", " ")
to
Response.Redirect Replace("_edit.asp", "%20", " ")
What else would I have to do?
Thanks,
William Hippensteel
CRS