<div>hi guys,</div>
<div> </div>
<div>I got a problem here with Internet Explorer. The code I am using works fine in Firefox but not in Internet Explorer. I have a form to input comment on the page:</div>
<div> </div>
<div>
<p><FORM METHOD=GET NAME="myform"></p>
<p> <br> <?php if (NewCommentAdd()) {<br>  printf (" <Table> <br>          <TR><br>           <TD VALIGN='TOP' ALIGN='CENTER'><br>               <TABLE CELLPADDING='2' CELLSPACING='0'><br>
                 <TR><br>                   <TD><form name=frm_comment id=frm_comment METHOD=GET>               <br>               <div id=id_div><br>               <input type=text name=newComment value='Please add your comment!' size =75> 
<br>               <TD><br>               <INPUT TYPE='image' BORDER='0' NAME=\"AddComment\" SRC=\"images/buttonAdd.gif\" WIDTH='84' HEIGHT='27'><br>               </TD><br>               </div> 
<br>               </form><br>                 </TR><br>               </TABLE><br>             </TD><br>          </TR>   <br>          </Table>");  <br>   }</p></div>
<div>after I input some text and press the button. All the layers which origially open were dispeared in IE.  I think it is becasue IE didn't keep the orignial information of the address bar. You can see the difference blow: 
</div>
<div> </div>
<div>before the comment button pressed:</div>
<div><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://url/emap.phtml?buildings=Y&river=Y&roads=Y&comments=Y&redraw.x=13&redraw.y=19&KEYMAPXSIZE=96&KEYMAPYSIZE=74&MapSize=800%2C600&minx=381924.000000&miny=398628.500000&maxx=382196.000000&maxy=398832.500000&imagewidth=800&imageheight=600&CMD=&INPUT_TYPE=&INPUT_COORD=&PREVIOUS_MODE=0" target="_blank">
http://url/emap.phtml?buildings=Y&river=Y&roads=Y&comments=Y&redraw.x=13&redraw.y=19&KEYMAPXSIZE=96&KEYMAPYSIZE=74&MapSize=800%2C600&minx=381924.000000&miny=398628.500000&maxx=382196.000000&maxy=398832.500000&imagewidth=800&imageheight=600&CMD=&INPUT_TYPE=&INPUT_COORD=&PREVIOUS_MODE=0 
</a></div>
<div> </div>
<div>after the button pressed,  in fireforx, </div>
<div> </div>
<div><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://url/emap.phtml?newComment=Please+add+your+comment%21&AddComment.x=55&AddComment.y=18&buildings=Y&river=Y&roads=Y&comments=Y&KEYMAPXSIZE=96&KEYMAPYSIZE=74&MapSize=800%2C600&minx=381924.000000&miny=398628.500000&maxx=382196.000000&maxy=398832.500000&imagewidth=800&imageheight=600&CMD=&INPUT_TYPE=&INPUT_COORD=&PREVIOUS_MODE=0" target="_blank">
http://url/emap.phtml?newComment=Please+add+your+comment%21&AddComment.x=55&AddComment.y=18&buildings=Y&river=Y&roads=Y&comments=Y&KEYMAPXSIZE=96&KEYMAPYSIZE=74&MapSize=800%2C600&minx=381924.000000&miny=398628.500000&maxx=382196.000000&maxy=398832.500000&imagewidth=800&imageheight=600&CMD=&INPUT_TYPE=&INPUT_COORD=&PREVIOUS_MODE=0 
</a></div>
<div> </div>
<div>In IE, </div>
<div> </div>
<div><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://url/emap.phtml?newComment=Please+add+your+comment%21&AddComment.x=46&AddComment.y=12" target="_blank">http://url/emap.phtml?newComment=Please+add+your+comment%21&AddComment.x=46&AddComment.y=12
</a></div>
<div> </div>
<div> </div>
<div>Anyone know how to solve this?</div>
<div> </div>
<div> </div>
<div>thanks.</div>
<div> </div>
<div>Jonathan</div>