1. in a browser environment, there are two basic ways to submit a request to the server: GET and POST. With a POST, the data is in the body of the HTTP request. With GET, the data is passed along in the URL: "RequestURL?字段1=输入数据1&字段2=输入数据2"2. try
sql = "select ... term = '" & ddterm.selected.value.trim & "'"