我想在同一个网页上关闭关闭window.open弹出的网页
<script language="vbscript">
mywin=window.open(" http://www.google.com","mywin","width=400,height=100")
mywin.close
</script>
但是不能实现
望大虾们指点下
------解决方案--------------------------------------------------------
- VBScript code
Set mywin=window.open(" http://www.google.com","mywin","width=400,height=100") mywin.close