Logout

Hello,

I am working on a web based application which has feature, LOGOUT. The screens are shown to users using 3 frames in a frameset.

Frame1 = Top head.

Frame2 = has a Logout option

FRame3 = content.

Users logs in to the system using custom login, and we have SSO activated. Some how logout is not working properly.

I have following code for Logout,

window.open(“http://IP address/dbname/Logout?OpenFrameset”), it does opens a logout frameset but not closing the previous window. I tried with this code, window.close(), but that prompts users with Yes and No options.

I want to close the previous window without asking user Yes or No, and open the logout frameset.

Can anyone guide me?

Thanks

MS

Subject: logout

try thiswindow.open(“-ur url-”,“_top”)

this will destroy the current frame.

if _top can’t work, then try this value below

_blank