b->a传数据
a.jsp
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY>
<FORM METHOD=POST name ="sf1" ACTION="">
<INPUT type="text" name="suppliername" value="" readonly="true"/></TD>
<INPUT type="Button"οnclick="window.open('b.html','newwindow',
'height=600,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no')" value="选择供应商" />
</FORM>
b.jsp
<html>
<head>
<script>
function winstyle(){
var tt = document.medit.select.value;
window.opener.parent.document.sf1.suppliername.value=tt;
window.close();
}
</script>
<title></title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body>
s供应商
<table width="613" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="medit">
<SELECT style="WIDTH: 220px" multiple size=11
name=select onChange="getvalue(this.value)">
<OPTION value=4010200>s供应商</OPTION>
<OPTION value="telephone">+telephone+</OPTION>
<OPTION value="123">+123+"</OPTION>
<SELECT>
<input type="button" value ="确定" onClick="winstyle()">
</form>
</table>
</body>
</html>
</BODY>
</HTML>
a.jsp
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY>
<FORM METHOD=POST name ="sf1" ACTION="">
<INPUT type="text" name="suppliername" value="" readonly="true"/></TD>
<INPUT type="Button"οnclick="window.open('b.html','newwindow',
'height=600,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no')" value="选择供应商" />
</FORM>
b.jsp
<html>
<head>
<script>
function winstyle(){
var tt = document.medit.select.value;
window.opener.parent.document.sf1.suppliername.value=tt;
window.close();
}
</script>
<title></title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body>
s供应商
<table width="613" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="medit">
<SELECT style="WIDTH: 220px" multiple size=11
name=select onChange="getvalue(this.value)">
<OPTION value=4010200>s供应商</OPTION>
<OPTION value="telephone">+telephone+</OPTION>
<OPTION value="123">+123+"</OPTION>
<SELECT>
<input type="button" value ="确定" onClick="winstyle()">
</form>
</table>
</body>
</html>
</BODY>
</HTML>