最新回答 / 波仔666
<!DOCTYPE html><html> <head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> // 新窗口打开时弹出确认框,是否打开 // 通过输入对话框,确定打开...
2016-10-24
最新回答 / 用户1087542
window.open("mychar","_blank","width=400,height=500,menubar=no,toolbar=no"); 打开的是 你输入的网页,不该是默认的网页。还有,mychar不可能会=null ,因为有默认值!想弹出空的消息,请选择“取消”
2016-10-24
最新回答 / uestc_chen
将<script>document.getElementByid("p1").style.color="blue"</script> 放到<body>中的底部
2016-10-23
最新回答 / 凉客CMC
META标签用来描述一个HTML网页文档的属性,例如作者、日期和时间、网页描述、关键词、页面刷新等meta 的属性有两种:name和http-equiv
2016-10-22