I am working with an ASP web page, wriiten in vbscript.
The page has an HTML form.
The page uses an ADO connection to get data from a database.
The data is displayed in the HTML form.
Everything is working, except:
One field in the database has two words. It is "Windows 95." The HTML form only displays "Windows."
It drops the word after the whitespace.
How can I make an HTML form (or the browser) display the whole field?
I really don't want to change this field in all the records.
Bookmarks