<!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> </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 <input 
type="hidden" ...> 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> </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 :</B> UMN MapServer Users 
  List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU]<B>De la part de</B> Xiaonan 
  Zhang<BR><B>Envoyé :</B> jeudi 9 février 2006 16:14<BR><B>À :</B> 
  MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Objet :</B> [UMN_MAPSERVER-USERS] A 
  problem with Internet Explorer<BR><BR></FONT></DIV>
  <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></BLOCKQUOTE></BODY></HTML>