[thelist] Internet Explorer: Text Fields

Joshua OIson joshua at alphashop.net
Wed Mar 21 15:46:42 CST 2001


sure, I tried to reduce the code down to something real simple.  In the code
I'm generating form elements then filling them automatically.  While trying
to work up an example I see that it may be the actual call to the JavaScript
causing the problem.

Here's an example:

<table width="200" bgcolor="blue">
  <tr>
    <td>
      <input type="text" name="myname" size="10" style="width: 100%">
    </td>
  </tr>

</table>

<script>
  document.all.myname.value = '123456789123456781234567812345678123456789';
</script>

The more complex version I started with exhibited the same behavior that
hitting refresh on the above example does.

Load this in then try hitting refresh.  You may see that the text field gets
longer in ie 5.0

ug.

thanks for the help.

-joshua

----- Original Message -----
From: "aardvark" <roselli at earthlink.net>
Subject: Re: [thelist] Internet Explorer: Text Fields


>
> can you post a sample somewhere?






More information about the thelist mailing list