Thursday, December 24, 2009

I'm programming in ASP, and using Frames. I'm trying trying to create a log off proceedure.?

This proceedure need to clean up system variable, close the frames set, and call the log in page. The problem is closing the frame set and opening the log in page in a full window. Does anyone have a solution for this problem?I'm programming in ASP, and using Frames. I'm trying trying to create a log off proceedure.?
After logging out and cleaning up variables just simply


have the procedure call your url in this manner:





parent.location.href = myURL;

No comments:

Post a Comment