HiI want to logout from an application on web and then close the window.The problem is that I am using a frameset and therefore even Window.Close() in javascript doesnt work. Kindly suggest!
Thanks in anticipation!
HiI want to logout from an application on web and then close the window.The problem is that I am using a frameset and therefore even Window.Close() in javascript doesnt work. Kindly suggest!
Thanks in anticipation!
Subject: Closing a frameset on web
try looking at the javascript function ‘location’ or self.close()
Subject: did you try top.close() ?