var mymessage=confirm("是否打开?")
// 新窗口打开时弹出确认框,是否打开
if (mymessage==true)
{window.open('http://www.imooc.com','_blank','width=400px,height=500px')}
// 新窗口打开时弹出确认框,是否打开
if (mymessage==true)
{window.open('http://www.imooc.com','_blank','width=400px,height=500px')}
老师,为什么在js文件中写“document.write("引用JS文件")”,后面不能用“;”?有分号才能算一个语句,但是加上去却报错了。
2015-01-13