Hi All,I need help, I have used a framset in our web based application, when i perform logout action after that when I want to open again that frameset so there are multiple login window opened for login(according to my framset structure) , i think this is refresh problem bcz when i click on refreh button in the IE then only one login window promp to login.
This is because the contents of the frameset are trying to connect, but the frameset itself doesn’t refresh (unless you do it manually.) What I did is put a javascript on the login page that runs whenever you load it to breakout of any frameset.
Put this javascript in your $$LoginUserForm…
…and then call it in your onLoad event on that form…