Hi all,
When i call logout.asp, it deletes the session etc etc and then redirects to main.asp.
main.asp is the main content, which opens in the main frame of the frameset, which is named index.html.
How can i change the redirect....
...so that it loads the full index.html file once again, and not load the index.html frameset into the window.
would it be like this?....
?
Thanks all,
Steve
Rep points on offer as per usual for helpful posts
When i call logout.asp, it deletes the session etc etc and then redirects to main.asp.
main.asp is the main content, which opens in the main frame of the frameset, which is named index.html.
How can i change the redirect....
Code:
Response.Redirect("main.asp")would it be like this?....
Code:
Response.Redirect("index.html" target="_self")Thanks all,
Steve
Rep points on offer as per usual for helpful posts
