script ok in IE & Opera - error in netscape

Mike Rambo mrambo@lsd.k12.mi.us
Fri, 29 Dec 2000 15:29:38 -0500


Vincent Russell Vatter wrote:
> 
> Mike,
> 
> Could you email the list the actual HTML output (view source in Netscape).  My
> only guess is that there is a whitespace problem in the <form> tag.
> 
> Vince
> 

Here it is:

<html><head><title>Record Maintenance: equipment</title></head><body>
<h1>
  Record Maintenance:&nbsp;
  <font color="green">
   equipment  </font>
</h1>

<form action="" method="post">
  <input type="hidden" name="action" value="insert">
  Serial Number:&nbsp;
  <input type="text" name="query_sn" size=31 maxlength=30>
  <input type="submit" value="Query">
</form>
<p>There are no records in this table.</p>
<ul>
<table border="1" cellpadding="3" cellspacing="0">
  <tr>
  <th>Type</th>
  <th>IMC</th>
  <th>MFR</th>
  <th>Model</th>
  <th>Building</th>
  <th>Notes</th>
  <th>Options</th>
  <th>Disposition</th>
</tr>
<br>
<b>Warning</b>:  Supplied argument is not a valid MySQL result resource
in <b>/home/apache/httpdocs/staff/equipment.php</b> on line
<b>51</b><br>
<tr>
  <td>
      </td>
  <td>
      </td>
  <td>
      </td>
  <td>
      </td>
  <td>
      </td>
  <td>
      </td>
  <td>
      </td>
  <td>
      </td>
</tr>
</table>
</ul>

</body></html>



Mark Szidik "guessed" that the form action value was "" and if you look
about eight lines down he's right.  Is this the cause?  What do I do to
fix it?


-- 
Mike Rambo
mrambo@lsd.k12.mi.us