|    
|
From: "Vinod" Subject: frames destroy Date: Tue, 11 Jun 2002 09:56:07 -0700
| | I am using frames in my application ...at certain condition I want to clear the frames and navigate the site to some simple page....any logic ..? I am using following things but I am getting Javascript error <SCRIPT LANGUAGE="JavaScript"> <!-- // frame-busting script setTimeout ("changePage()", 0); function changePage() { if (self.parent.frames.length != 0) self.parent.location=document.location; } //--> </SCRIPT>
| | Post a follow up to this message... |
|  |
|