<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body>
<br>
<br>
Andrew McNamara wrote:<br>
<blockquote
 cite="mid20040301224716.0FCDA3C098@coffee.object-craft.com.au"
 type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">- (this is a web problem more than an Albatross problem...) When typing in a 
cell, the browser keeps "helpfully" suggesting possible completions in little 
tool-tip-like boxes.  This is a HUGE PITA.
      </pre>
    </blockquote>
    <pre wrap=""><input  type="text" ... autocomplete="off"  ... >
                       ^^^^^^^^^^^^^^^^^^
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ah yes - if in doubt, just extend the standards. 
  </pre>
</blockquote>
W3C Standard or not, it works as expected in Netscape, Mozilla, and IE.
Good enough for me. :) <br>
</body>
</html>