I have a page which is composed of 2 frames.&nbsp; The code for the page has has the brackets removed <br>to avoid the email being bounced and is shown below:<br><br>frameset cols=&quot;25%,75%&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frame name=&quot;navigate&quot; SRC=&quot;
mainmenu.html&quot; marginwidth=&quot;10&quot; marginheight=&quot;10&quot; noresize<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frame name=&quot;maintext&quot; SRC=&quot;indexmain.php&quot; marginwidth=&quot;10&quot; marginheight=&quot;10&quot; noresize
<br>/frameset<br><br>In the navigation section I have a link to bringing up a login page in maintext.&nbsp; If the UID, PW check out<br>I then issue the following from php<br><br>&nbsp;&nbsp;&nbsp; echo &quot;html body script 
self.location=\&quot;lmain.html\&quot;;parent.navigate.location=\&quot;lmenu.html\&quot; /script&nbsp; /body /html&quot;;<br><br>In Firefox this works like a charm.&nbsp; In Microsoft IE the part<br><br>parent.navigate.location=\

&quot;lmenu.html\&quot;<br><br>fails.&nbsp; Can anyone suggest how to fix this problem with IE or where else to submit this question?<br><span><br>/Robert Cahn<br>Gipsy Trail Club<br>Carmel, NY 10512</span><br><br>