Problem with form

Last post 10-21-2013, 1:46 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-19-2013, 12:28 PM 78154

    Problem with form

    Hi,

    when we use this form :

    <table>
                                <form action="/prospect.asp" method="post">
                                    <input name="i_action" type="hidden" value="1" /><input name="i_type" type="hidden" value="Echo_Sante___5_methodes_douces" />
                                    <tr>
                                        <td>Pr&#233;nom: </td>
                                        <td><input name="prenom" type="text" maxlength="50" /></td>
                                    </tr>
                                   ...                            

                            </form>
                            </table> 

    and we clic on 'Normal', and return to 'HTML' thje code change for:

     

     

    <table>
                                <form action="/prospect.asp" method="post">

                                  </form>
                                    <input name="i_action" type="hidden" value="1" /><input name="i_type" type="hidden" value="Echo_Sante___5_methodes_douces" />
                                    <tr>
                                        <td>Pr&#233;nom: </td>
                                        <td><input name="prenom" type="text" maxlength="50" /></td>
                                    </tr>
                                   ...                            

                           
                            </table>

     

    Why </form> go under  <form action="/prospect.asp" method="post"> ?

     


    Thanks
    Michel Morin
  •  10-21-2013, 1:46 PM 78162 in reply to 78154

    Re: Problem with form

    Hi wingowin,

     

    Actual, the code is corrects by the browser, the html code what you are using is not a standard HTML, so the browser corrects it directly. For now we can not prevent it, sorry for your inconvenience.

     

    Regards,

     

    Ken 

View as RSS news feed in XML