I have a problem.
I have used a jsp page which contains multiple frames.In one of these frames there is logout button. If i logout only that part changes and not the whole page(as frame is just a view).
So the question is how can i make the whole jsp page(The one containng multiiple frames) to transit to login page back??
I have a problem. I have used a jsp page which contains multiple frames.In
Share
What you could do is to add
target="_top"to your link or you can use javascript to navigate using your top frame:Take a look at this for reference :
Or else, what you can do is, into logged out page, add a javascript code to remove the frames redirecting your document to the top frame: