Log in

View Full Version : drop down menu in ASP and HTML



billy124
01-01-2008, 07:26 PM
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

billy124
01-01-2008, 07:29 PM
sorry 2 bother u guys, the code is working nw!!!
How can i send the value of that drop down to the basket page