I have a page which is composed of 2 frames.  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="25%,75%"
<br>        frame name="navigate" SRC="
mainmenu.html" marginwidth="10" marginheight="10" noresize<br>        frame name="maintext" SRC="indexmain.php" marginwidth="10" marginheight="10" noresize
<br>/frameset<br><br>In the navigation section I have a link to bringing up a login page in maintext.  If the UID, PW check out<br>I then issue the following from php<br><br>    echo "html body script 
self.location=\"lmain.html\";parent.navigate.location=\"lmenu.html\" /script  /body /html";<br><br>In Firefox this works like a charm.  In Microsoft IE the part<br><br>parent.navigate.location=\

"lmenu.html\"<br><br>fails.  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>