Menu

Form does not display in IE but works in Fire

Help
bocityguy
2008-05-30
2013-06-03
  • bocityguy

    bocityguy - 2008-05-30

    My forms will not display in Internet Explorer but work fine in Firefox. Anyone?
    Here is my form:
    http://www.ybormortgage.com/forms/use/LoanApplication/form1.html

     
    • TNTEverett

      TNTEverett - 2008-05-30

      Add some minimal header and trailer html stuff to the form file.

      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
      <title>Loan Application</title>
      </head>

      <body>
      <!-- insert your form file between here! -->

      <!-- and here -->
      </body>
      </html>

       
      • bocityguy

        bocityguy - 2008-05-30

        Added headers. Still does not display in IE

         
    • TNTEverett

      TNTEverett - 2008-05-30

      I removed all the formatting from the following tags and the form displayed as it should. 
      <table >
      <tr>
      <td >
      <!--TABLE 2-->
      <table >
      <tr>
      <td ><a href="http://www.ybormortgage.com/"><img src="http://ybormortgage.com/logo.JPG" ></a></td>
      <td ><img src="http://ybormortgage.com/top-banner.jpg" ></td>
      </tr>
      </table>
      <form enctype='multipart/form-data' action='process.php' method='post'>

      You obviously have some error in the way you defined these tags that is causing the form not to display.

       
    • bocityguy

      bocityguy - 2008-05-31

      That did it!
      Thank You!!!

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.