最新回答 / 波仔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
最新回答 / Shero_25
<style type="text/css">body{font-size:12px;}#txt{ height:400px; width:600px; border:#333 solid 1px; padding:5px;}p{ line-height:18px; text-indent:2em;}</style>你问的是这个? 这个是css样式啊 和js无关
2016-10-21
最新回答 / 慕粉4239338
因为浏览器解释html时是按先后顺序的,所以应该把<script scr="script.js"></script>写在<p id="p1">打豆豆</p>之后。
2016-10-20