asp_databases thread: How to redirect a page to a particular frameset ?
My login page is designed on rightframe. There is a login button, if user successfully login to the system, the system will automatically redirect to the main page. However, my current situtation is once the user click the login button, the main page is loaded in the rightframe only. I used the basic redirect method to redirect the page: response.redirect "main.asp" So, how can I redirect my main.asp to the parent frameset, only only the rightframe ?
|





