都發生過水電費
<!DOCTYPE?HTML> <html> <head> <meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/> <title>close()</title> ??<script?type="text/javascript"> ?????var?mywin=window.open("http://www.xianlaiwan.cn"); ?????function?wocao(){ ????????? ?????????window.close(); ?????} ??</script> </head> <body> <input?name='button'?type='button'?onClick='wocao()'value='點擊關閉'/> </body> </html>
2015-03-18
應該是mywin.close()吧。。