<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=109194515-09022006><FONT face=Arial color=#0000ff 
size=2>Hello,</FONT></SPAN></DIV>
<DIV><SPAN class=109194515-09022006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=109194515-09022006><FONT face=Arial color=#0000ff size=2>It 
looks like you have nested forms on your page. Try adding the &lt;input 
type="hidden" ...&gt; tags from the other form inside your new 
form.</FONT></SPAN></DIV>
<DIV><SPAN class=109194515-09022006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=109194515-09022006><FONT face=Arial color=#0000ff 
size=2>Alexandre</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Message d'origine-----<BR><B>De&nbsp;:</B> UMN MapServer Users 
  List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU]<B>De la part de</B> Xiaonan 
  Zhang<BR><B>Envoyé&nbsp;:</B> jeudi 9 février 2006 16:14<BR><B>À&nbsp;:</B> 
  MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Objet&nbsp;:</B> [UMN_MAPSERVER-USERS] A 
  problem with Internet Explorer<BR><BR></FONT></DIV>
  <DIV>hi guys,</DIV>
  <DIV>&nbsp;</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>&nbsp;</DIV>
  <DIV>
  <P>&lt;FORM METHOD=GET NAME="myform"&gt;</P>
  <P><BR>&nbsp;&lt;?php if (NewCommentAdd()) {<BR>&nbsp;&nbsp;printf (" 
  &lt;Table&gt;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &nbsp;&lt;TR&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&lt;TD VALIGN='TOP' 
  ALIGN='CENTER'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;TABLE CELLPADDING='2' 
  CELLSPACING='0'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;TR&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;TD&gt;&lt;form name=frm_comment id=frm_comment 
  METHOD=GET&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div 
  id=id_div&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input 
  type=text name=newComment value='Please add your comment!' size =75&gt; 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TD&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;INPUT 
  TYPE='image' BORDER='0' NAME=\"AddComment\" SRC=\"images/buttonAdd.gif\" 
  WIDTH='84' 
  HEIGHT='27'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TD&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt; 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/TR&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/TABLE&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/TD&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &nbsp;&lt;/TR&gt;&nbsp; &nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &nbsp; &lt;/Table&gt;");&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;}</P></DIV>
  <DIV>after I input some text and press the button. All the layers which 
  origially open were dispeared in IE.&nbsp; I think it is becasue IE didn't 
  keep the orignial information&nbsp;of the address bar. You can see the 
  difference blow: </DIV>
  <DIV>&nbsp;</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&amp;river=Y&amp;roads=Y&amp;comments=Y&amp;redraw.x=13&amp;redraw.y=19&amp;KEYMAPXSIZE=96&amp;KEYMAPYSIZE=74&amp;MapSize=800%2C600&amp;minx=381924.000000&amp;miny=398628.500000&amp;maxx=382196.000000&amp;maxy=398832.500000&amp;imagewidth=800&amp;imageheight=600&amp;CMD=&amp;INPUT_TYPE=&amp;INPUT_COORD=&amp;PREVIOUS_MODE=0" 
  target=_blank>http://url/emap.phtml?buildings=Y&amp;river=Y&amp;roads=Y&amp;comments=Y&amp;redraw.x=13&amp;redraw.y=19&amp;KEYMAPXSIZE=96&amp;KEYMAPYSIZE=74&amp;MapSize=800%2C600&amp;minx=381924.000000&amp;miny=398628.500000&amp;maxx=382196.000000&amp;maxy=398832.500000&amp;imagewidth=800&amp;imageheight=600&amp;CMD=&amp;INPUT_TYPE=&amp;INPUT_COORD=&amp;PREVIOUS_MODE=0 
  </A></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>after the button pressed,&nbsp;&nbsp;in fireforx, </DIV>
  <DIV>&nbsp;</DIV>
  <DIV><A onclick="return top.js.OpenExtLink(window,event,this)" 
  href="http://url/emap.phtml?newComment=Please+add+your+comment%21&amp;AddComment.x=55&amp;AddComment.y=18&amp;buildings=Y&amp;river=Y&amp;roads=Y&amp;comments=Y&amp;KEYMAPXSIZE=96&amp;KEYMAPYSIZE=74&amp;MapSize=800%2C600&amp;minx=381924.000000&amp;miny=398628.500000&amp;maxx=382196.000000&amp;maxy=398832.500000&amp;imagewidth=800&amp;imageheight=600&amp;CMD=&amp;INPUT_TYPE=&amp;INPUT_COORD=&amp;PREVIOUS_MODE=0" 
  target=_blank>http://url/emap.phtml?newComment=Please+add+your+comment%21&amp;AddComment.x=55&amp;AddComment.y=18&amp;buildings=Y&amp;river=Y&amp;roads=Y&amp;comments=Y&amp;KEYMAPXSIZE=96&amp;KEYMAPYSIZE=74&amp;MapSize=800%2C600&amp;minx=381924.000000&amp;miny=398628.500000&amp;maxx=382196.000000&amp;maxy=398832.500000&amp;imagewidth=800&amp;imageheight=600&amp;CMD=&amp;INPUT_TYPE=&amp;INPUT_COORD=&amp;PREVIOUS_MODE=0 
  </A></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>In IE, </DIV>
  <DIV>&nbsp;</DIV>
  <DIV><A onclick="return top.js.OpenExtLink(window,event,this)" 
  href="http://url/emap.phtml?newComment=Please+add+your+comment%21&amp;AddComment.x=46&amp;AddComment.y=12" 
  target=_blank>http://url/emap.phtml?newComment=Please+add+your+comment%21&amp;AddComment.x=46&amp;AddComment.y=12 
  </A></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Anyone know how to solve this?</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>thanks.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Jonathan</DIV></BLOCKQUOTE></BODY></HTML>