> What do you suppose the browser should do with this html?
> No <form > tag, so no input allowed and nothing to select from.

It's perfectly legal HTML 4.0, although it wouldn't work on Netscape
4.x - it's IE4/5 only HTML.  To do anything useful, there would have to
be some Javascript which actually reads the value of the input box when
some other event occurs.  That Javascript would have to be on a frameset,
or in another frame.

This is basically HTML with a negative accesibility score.

> > <td align=right><font face="Arial,Helvetica" size=-1>
> > <select name="destBox">
> > <option value="">- Choose Folder -

Reply via email to