Results 1 to 2 of 2

Thread: drop down menu in ASP and HTML

  1. #1
    Join Date
    Oct 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Oct 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    sorry 2 bother u guys, the code is working nw!!!
    How can i send the value of that drop down to the basket page
    Last edited by billy124; 01-01-2008 at 08:17 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •