A
Alan Scott
I am using the following code to redirect users to another webpage when they
click on an image:
Response.Redirect("login.aspx");
The code works. However, I have frames setup and would like the form to be
display in the main window, not the side panel. Is there a way to do this?
click on an image:
Response.Redirect("login.aspx");
The code works. However, I have frames setup and would like the form to be
display in the main window, not the side panel. Is there a way to do this?