可以查询百度排名的asp源码放送了(4)


  <option value="40" <%if(bpn = "40")then response.write("selected") end if%>>401-500</option> 
  <option value="50" <%if(bpn = "50")then response.write("selected") end if%>>501-600</option> 
  <option value="60" <%if(bpn = "60")then response.write("selected") end if%>>601-700</option> 
  <option value="70" <%if(bpn = "70")then response.write("selected") end if%>>701-800</option> 
  <option value="80" <%if(bpn = "80")then response.write("selected") end if%>>801-900</option> 
  <option value="90" <%if(bpn = "90")then response.write("selected") end if%>>901-1000</option> 
 </select> 

  <input type="submit" name="Submit" value="提交"> 
</form>