济南纬度公司:asp的按钮,在线等

来源:百度文库 编辑:中科新闻网 时间:2024/04/27 22:24:56
想点了按钮后在其他框架中打开.发现这样不行..
<input type="button" value="待加1" name="Wait1" target="list" onclick="Wait1.asp">
<tr>
<td height="85%" colspan="7">
<iframe name="list" width="100%" height="500" frameborder="0" scrolling="no" src="lydia.asp"></iframe>
</td>
</tr>

<input type="button" value="待加1" name="Wait1" target="list" onclick="list.location='Wait1.asp'">
<iframe id="list" width="100%" height="500" frameborder="0" scrolling="no" src="lydia.asp"></iframe>

onclick=window.open("list","wait1.asp","")