Hello!
I have a page that uses 3 frames! The left one is the menu and the top one contains the logo of the company. The problem is that I need to pass the parameters “page” and “level” to the URL when user clicks on an item on the menu! If I use the response.redirect the whole page is reloaded (the top frame as well) though the top frame is static! Is there any way to reload just the menu and the main frame and update the URL??

I new to Web design so I’d like to know if it’s it a good practice to pass the page as a querystring or use a session variable or if there’s any other way! Is it much pain to reload the whole frameset every time??

Thanks for your answers in advance!