I have a combo box that I need to retrieve the selected value from. Here is what I have but it is not working:
The combo box's ID is selEmpType.Code:<body style="background-image:none" bgcolor="#FFFFFF" text="#000000"> <% sSQL = "aksp_Floorplan_InsertNewEmployeeOnFloor '"+fixQuotes(Request("lastname"))+", " +fixQuotes(Request("firstname"))+"','"+Request("selEmpType")+"',"+Request("timekeeper")+",1400,100,'NONE','"+Request("layoutname")+"',"+Request("FloorID") + ", '" + username + "'";//+",''"; %>
I am using classic ASP.
Thanks.


Reply With Quote
Bookmarks