mychar.style.color="red";
mychar.style.background="#ccc";
mychar.style.width=300+"px";
mychar.style.background="#ccc";
mychar.style.width=300+"px";
2015-10-20
<script type='text/javascript'>
document.write("開啟JS之旅!");
</script>
單引號也可以的。
有bug吆
document.write("開啟JS之旅!");
</script>
單引號也可以的。
有bug吆
2015-10-20
function openWindow(){
if(confirm("是否打開?")){
if(prompt("請輸入需要打開的網址","http://www.xianlaiwan.cn/")=="http://www.xianlaiwan.cn/"){
window.open('http://www.xianlaiwan.cn','_blank','width=400,height=500,menubar=no,toolbar=no')
}
}
}
if(confirm("是否打開?")){
if(prompt("請輸入需要打開的網址","http://www.xianlaiwan.cn/")=="http://www.xianlaiwan.cn/"){
window.open('http://www.xianlaiwan.cn','_blank','width=400,height=500,menubar=no,toolbar=no')
}
}
}
<script language="javascript">開啟JS之旅</script>
2015-10-18
<script language="javascript">開啟js之旅</script> 這么寫行吧
2015-10-18
var node=document.getElementById("txt").style;
function changeColor(){
node.color="red";}
function changeSize(){
node.width=""
node.height=""
........
function changeColor(){
node.color="red";}
function changeSize(){
node.width=""
node.height=""
........