send_back所在的页面:xxx.asp页面:
var value;//js取得的值document.getElementBy("inputId").value = value;//原生$("#inputId").val(value);//jquery