搞定了。 。。代码贴出来大家一起学习一下。有能简化的吗。
<script language="javascript">
function get(){
alert(document.getElementById("sheet_no"
.value);
}
var allTheValues = new Object();
function setValue(){
allTheValues.shpID=document.getElementById("shpID"
.value;
allTheValues.txid=document.getElementById("txid"
.value;
allTheValues.byr_addr_seq=document.getElementById("byr_addr_seq"
.value;
allTheValues.update_date=document.getElementById("update_date"
.value;
allTheValues.bathch_no=document.getElementById("bathch_no"
.value;
allTheValues.sheet_no=document.getElementById("sheet_no"
.value;
allTheValues.update_user=document.getElementById("update_user"
.value;
allTheValues.recv_date=document.getElementById("recv_date"
.value;
allTheValues.shp_date=document.getElementById("shp_date"
.value;
allTheValues.pcy_no=document.getElementById("pcy_no"
.value;
allTheValues.byr_code=document.getElementById("byr_code"
.value;
allTheValues.inv_no=document.getElementById("inv_no"
.value;
allTheValues.pay_mathod=document.getElementById("pay_mathod"
.value;
allTheValues.pay_type=document.getElementById("pay_type"
.value;
allTheValues.byr_name_seq=document.getElementById("byr_name_seq"
.value;
allTheValues.pay_period=document.getElementById("pay_period"
.value;
var theUrl = "<%=request.getContextPath()%>/pages/DeMaintenance/deMst.do?shpID="+allTheValues.shpID+
"&txid="+ allTheValues.txid+
"&byr_addr_seq="+allTheValues.byr_addr_seq+
"&update_date="+allTheValues.update_date+
"&bathch_no="+allTheValues.bathch_no+
"&sheet_no="+allTheValues.sheet_no+
"&update_user="+allTheValues.update_user+
"&recv_date="+allTheValues.recv_date+
"&shp_date="+allTheValues.shp_date+
"&pcy_no="+allTheValues.pcy_no+
"&byr_code="+allTheValues.byr_code+
"&inv_no="+allTheValues.inv_no+
"&pay_mathod="+allTheValues.pay_mathod+
"&pay_type="+allTheValues.pay_type+
"&byr_name_seq="+allTheValues.byr_name_seq+
"&pay_period="+allTheValues.pay_period;
return theUrl;
}
var allTheValues = new Object();
function setValuen(){
allTheValues.shpID=document.getElementById("shpID"
.value;
allTheValues.txid=document.getElementById("txid"
.value;
allTheValues.byr_addr_seq=document.getElementById("byr_addr_seq"
.value;
allTheValues.update_date=document.getElementById("update_date"
.value;
allTheValues.bathch_no=document.getElementById("bathch_no"
.value;
allTheValues.sheet_no=document.getElementById("sheet_no"
.value;
allTheValues.update_user=document.getElementById("update_user"
.value;
allTheValues.recv_date=document.getElementById("recv_date"
.value;
allTheValues.shp_date=document.getElementById("shp_date"
.value;
allTheValues.pcy_no=document.getElementById("pcy_no"
.value;
allTheValues.byr_code=document.getElementById("byr_code"
.value;
allTheValues.inv_no=document.getElementById("inv_no"
.value;
allTheValues.pay_mathod=document.getElementById("pay_mathod"
.value;
allTheValues.pay_type=document.getElementById("pay_type"
.value;
allTheValues.byr_name_seq=document.getElementById("byr_name_seq"
.value;
allTheValues.pay_period=document.getElementById("pay_period"
.value;
var theUrl = "<%=request.getContextPath()%>/pages/DeMaintenance/deMst.do?shpID="+allTheValues.shpID+
"&txid="+ allTheValues.txid+
"&byr_addr_seq="+allTheValues.byr_addr_seq+
"&update_date="+allTheValues.update_date+
"&bathch_no="+allTheValues.bathch_no+
"&sheet_no="+allTheValues.sheet_no+
"&update_user="+allTheValues.update_user+
"&recv_date="+allTheValues.recv_date+
"&shp_date="+allTheValues.shp_date+
"&pcy_no="+allTheValues.pcy_no+
"&byr_code="+allTheValues.byr_code+
"&inv_no="+allTheValues.inv_no+
"&pay_mathod="+allTheValues.pay_mathod+
"&pay_type="+allTheValues.pay_type+
"&byr_name_seq="+allTheValues.byr_name_seq+
"&pay_period="+allTheValues.pay_period+
"&is_inv=N";
return theUrl;
}