弹出窗口
<html> <head> <script> function a(){ window.open("http://xuecss.cn/try/?id=2",'_blank') } </script> </head> <body> <input type="button" value="按钮" onclick="a()" /> </body> </html>
测试连接:http://xuecss.cn/try/?id=19
目录 返回
首页
<html> <head> <script> function a(){ window.open("http://xuecss.cn/try/?id=2",'_blank') } </script> </head> <body> <input type="button" value="按钮" onclick="a()" /> </body> </html>
测试连接:http://xuecss.cn/try/?id=19