mychar.style.color="red";
mychar.style.background="#CCC";
mychar.style.width="300px";
mychar.style.background="#CCC";
mychar.style.width="300px";
2016-04-13
<script type="text/javascript">
function hidetext()
{
var mychar = document.getElementById("con");
mychar.style.display='none';
}
function showtext()
{
var mychar = document.getElementById("con");
mychar.style.display='block';
}
</script>
function hidetext()
{
var mychar = document.getElementById("con");
mychar.style.display='none';
}
function showtext()
{
var mychar = document.getElementById("con");
mychar.style.display='block';
}
</script>
2016-04-13
function openWindow(){
var score=confirm("是否要新窗口打開網址");
if(score==true)
{
var o=prompt("請輸入你要打開的網址",'http://www.baidu.com');
if(o!=null){win1=window.open(o,'_blank',width=400,height=500);}else{window.close();}}else{document.write("坑B。沒事打開來干嘛");}}
var score=confirm("是否要新窗口打開網址");
if(score==true)
{
var o=prompt("請輸入你要打開的網址",'http://www.baidu.com');
if(o!=null){win1=window.open(o,'_blank',width=400,height=500);}else{window.close();}}else{document.write("坑B。沒事打開來干嘛");}}
function hidetext()
{
var mychar = document.getElementById("con");
con.style.display="none";
}
function showtext()
{
var mychar = document.getElementById("con");
con.style.display="block";
}
{
var mychar = document.getElementById("con");
con.style.display="none";
}
function showtext()
{
var mychar = document.getElementById("con");
con.style.display="block";
}
2016-04-13
<script type="text/javascript">
function openWindow(){
var dk=confirm('確定打開網頁');
if(dk==true){
window.open('http://www.xianlaiwan.cn/','width=400xp','heigth=500px','menuber=no','toolbar=no');
}
}
</script>
</head>
function openWindow(){
var dk=confirm('確定打開網頁');
if(dk==true){
window.open('http://www.xianlaiwan.cn/','width=400xp','heigth=500px','menuber=no','toolbar=no');
}
}
</script>
</head>
window.open('http://www.xianlaiwan.cn''_blank','width=600,height=400,top=100,left=no')
2016-04-12
function() openWindow{
var con=confim("確定要打開嗎?");
if(con){
var mywind=prompt("輸入要打開的網址");
window.open(mywind,'_blank','wight=400,height=500,menubar=no,toolbar=no');
}
}
var con=confim("確定要打開嗎?");
if(con){
var mywind=prompt("輸入要打開的網址");
window.open(mywind,'_blank','wight=400,height=500,menubar=no,toolbar=no');
}
}