using fp2003.
I have dataform.asp secured so that if clicked the user is prompted to login.asp. Once logged in, I would like to direct them to the dataform.htm form page to fill in the information.
Can anyone tell me how to redirect them to the dataform.htm page after they successfully log in. this is the script now that keeps taking them to the dataform.asp page.
"&Request.Servervariables("URL")&"?"&Request.Servervariables("QUERY_STRING")
Please help!
Karen
I have dataform.asp secured so that if clicked the user is prompted to login.asp. Once logged in, I would like to direct them to the dataform.htm form page to fill in the information.
Can anyone tell me how to redirect them to the dataform.htm page after they successfully log in. this is the script now that keeps taking them to the dataform.asp page.
"&Request.Servervariables("URL")&"?"&Request.Servervariables("QUERY_STRING")
Please help!
Karen