How can i make this code change a table field in a database..Code:response.write "<TD><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>" & "</TD>" & vbcrlf
Its a drop down menu with numbers..
every time some one changes the number i want it to automatically update the database field..



Reply With Quote
Bookmarks