這種值要如何傳?
以下全文為a1.asp內容<html>
<body>
...
<table>
<tr width="400px" height="400px">
<td>
<input type="button" name="test" onclick="window.open('a2.asp','_blank','width=200px,height=200px,scrollbar=yes');")/></td>
<tr width="400px" height="400px">
<td>
<iframe id="myframe" src="a3.asp" width=100% height=100%></frame>
</td>
.....
想請教的是:如果我在a2.asp中返回的值,要送到a3.asp中去,那要如何傳遞?多謝!