Forum Moderators: open

Message Too Old, No Replies

Simple code - text input box with a value attribute

This code doesn't work in 4.7?

         

force

3:29 pm on Apr 4, 2002 (gmt 0)



The following code works fine in IE 5+ and NS 6+. However, it doesn't output on a NS 4.7 page. Is the text box supported on NS 4.7? I've got some diehards who refuse to upgrade their NS. They are also the boss.
Thanks for the assist.

Mark

<input type="text" name="bob" value="June 25, 1265">

tedster

5:21 pm on Apr 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World force.

The valid range for an input tag is inside a <form></form>. Some browsers render the invalid code anyway, but it's easy enough to make it valid and keep 'em all happy.