1. Value of SELECT box
Document.all ("ID"). Options [Document.all ("ID"). SELECTEDINDEX] .value
Or: Document.form.name.Options [Document.form.name.SelectedIndIndex] .value
2. Like the page, the ID is different, you can implement some client checks, and you can take a set of parameters directly when the parameters are received on another server.