-----Message d'origine-----
De : UMN MapServer Users List [mailto:[EMAIL PROTECTED]De la part de Xiaonan Zhang
Envoyé : jeudi 9 février 2006 16:14
À : [email protected]
Objet : [UMN_MAPSERVER-USERS] A problem with Internet Explorerhi guys,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:<FORM METHOD=GET NAME="myform">
<?php if (NewCommentAdd()) {
printf (" <Table>
<TR>
<TD VALIGN='TOP' ALIGN='CENTER'>
<TABLE CELLPADDING='2' CELLSPACING='0'>
<TR>
<TD><form name=frm_comment id=frm_comment METHOD=GET>
<div id=id_div>
<input type=text name=newComment value='Please add your comment!' size =75>
<TD>
<INPUT TYPE='image' BORDER='0' NAME=\"AddComment\" SRC="" WIDTH='84' HEIGHT='27'>
</TD>
</div>
</form>
</TR>
</TABLE>
</TD>
</TR>
</Table>");
}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:before the comment button pressed:after the button pressed, in fireforx,In IE,Anyone know how to solve this?thanks.Jonathan
Re: [UMN_MAPSERVER-USERS] A problem with Internet Explorer
LAGACHE Alexandre - VNF/Dir. Infrastructure-Environnement/Div. Géo Carto Thu, 09 Feb 2006 07:48:36 -0800
Hello,
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.
Alexandre
