ah i forgot the slash thanks
ok i have a new question for you guys, same topic of ASP VBS
im trying to load a input box with some text from my SQL server
Code:
<input name="txtdisc" type="text" size="80" value=<%=VNR(2)%>>
where VNR(2) is the variable, it should and does contain a long peice of text, but when it puts it inside the box on the screen its only the first word, not the entire sentence. i can get it to dump the entire sentence if i use a text area, but i cant get that to work with the submit button.