How to make sure frames are present
i am trying to open two web pages in a single window , but while browsing i am not able to keep my frames , when i press some links the frames r lost. What should i do to keep my frames in place and open pages without losing any frames
i have used all these scripts
<script language="javascript">
if(self.location==top.location)self.location="main.html?top.html";
</script>
but not working .
sorry if i palced in wrong fourm.

