SyntaxFix
Write A Post
Hire A Developer
Questions
If you have your pages inside "frame" then "Window.open('logout.aspx','_self')"
will be redirected inside same frame. So by using
"Window.open('logout.aspx','_top')"
we can load the page as new request.