OK sorry if wrong section..its mixing 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>"
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



Reply With Quote
Bookmarks