Frameset Refresh Problem

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.

i will appreciated to quick response.

thanx & regards

Zubair A khan

Subject: Frameset Refresh Problem

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…

noFrame();