摘要:
function VehicleTypeChange() { var textField; var choice; textField = document.getElementById("ctl00_ContentPlaceHolder1_dd_vehicleType"); choice = textField.value; if(choice == -1) { //Textbox ... 阅读全文
posted @ 2008-01-10 05:49
N/A2011
阅读(324)
评论(0)
推荐(0)