If this is not the right forum to ask this, could someone let me know?
I am having a problem with deleting a record in a Frontpage application. The cancel button on my delete confirmation page is using a response.redirect statement that points to an .asp file with no paramenters. I need to redirect it to an .asp file that has paramenters. I will show the statement I am trying to use:
Response.Redirect("/res/Display_List.asp?userid=<%=session("userid"%>"
Now I know why it does not work (the use of quotes around userid), but could someone tell me what alternative statement could be used to remedy the problem?
Thanks!
Ralph
I am having a problem with deleting a record in a Frontpage application. The cancel button on my delete confirmation page is using a response.redirect statement that points to an .asp file with no paramenters. I need to redirect it to an .asp file that has paramenters. I will show the statement I am trying to use:
Response.Redirect("/res/Display_List.asp?userid=<%=session("userid"%>"
Now I know why it does not work (the use of quotes around userid), but could someone tell me what alternative statement could be used to remedy the problem?
Thanks!
Ralph