Actually i have used three frameset in my project in every window. In first frameset there is one link named as logout. If I will click on logout it should show login window again. But problem is that Login window comes in that frame only. Other frames remains unaffected. What should I do to achieve result.
In the tag of the Logout link, try setting the "target" attribute to "_top". This should force the response to load in the main browser window, causing all the other frames to disappear.