drop down menu in ASP and HTML
Code:
response.write "<select name=""qunt"" style=""width: 40px; height: 21px"">" & vbcrlf & _
"<option selected=""selected"" value=""1"">1</option>" & vbcrlf & _
"<option value=""2"">2</option>" & vbcrlf & _
"<option value=""3"">3</option>" & vbcrlf & _
"<option value=""4"">4</option>" & vbcrlf & _
"<option value=""5"">5</option>" & vbcrlf & _
"</select>" & vbcrlf
response.write "<HR>"
OK sorry if wrong section..its mixing asp and html..
I am making a web site where my i sell TVs, the drop down allows the user the user to select number of tvs they want to buy..
the above code errers because it links to a error page..can u suggest improvments