J
John Livermore
In IE 6.0 if you load an HTML document that looks like the
following...
<HTML>
<body>
<form>
<input type="text" /> <input type="text" />
</form>
</body>
</HTML>
the browser makes a noise if you put the focus in one of the textboxes
and hit 'enter' (noise sounds like a dull 'bung!'). If you remove one
of the textboxes the noise doesn't occur. Can someone explain to me
why this is happening?
Thanks,
John
following...
<HTML>
<body>
<form>
<input type="text" /> <input type="text" />
</form>
</body>
</HTML>
the browser makes a noise if you put the focus in one of the textboxes
and hit 'enter' (noise sounds like a dull 'bung!'). If you remove one
of the textboxes the noise doesn't occur. Can someone explain to me
why this is happening?
Thanks,
John