課程
/前端開發(fā)
/JavaScript
/JavaScript進(jìn)階篇
任務(wù)欄的位置和大小在哪設(shè)置?
2016-07-29
源自:JavaScript進(jìn)階篇 8-16
正在回答
<script type="text/javascript">
? function wopen()
? {
? ? ? window.open('http://idcbgp.cn','_blank','width=300,height=200,menbar=yes,toolbar=yes')
? }
</script>
function rewh(){
? ? ?var wh=document.getElementById("txt");
? ? ?wh.style.width="500px";
? ? ?wh.style.height="600px"
}
兩種方案,你可以參考下
冪函數(shù) 提問者
肖炎
自己左右拉邊框線就可以改變大小了
我只是來暖個(gè)帖子,我什么都不知道。
舉報(bào)
本課程從如何插入JS代碼開始,帶您進(jìn)入網(wǎng)頁動(dòng)態(tài)交互世界
2 回答如何改變?nèi)蝿?wù)欄的位置和大???
1 回答請(qǐng)問?任務(wù)欄的位置和大小怎么改變呀
7 回答為何chrome下改變?nèi)蝿?wù)欄的位置,availWidth和availHeight沒有發(fā)生變化?
2 回答新開的設(shè)置大小不成功
2 回答怎么設(shè)置二維數(shù)組的大小
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-07-29
<script type="text/javascript">
? function wopen()
? {
? ? ? window.open('http://idcbgp.cn','_blank','width=300,height=200,menbar=yes,toolbar=yes')
? }
</script>
function rewh(){
? ? ?var wh=document.getElementById("txt");
? ? ?wh.style.width="500px";
? ? ?wh.style.height="600px"
}
兩種方案,你可以參考下
2016-07-29
自己左右拉邊框線就可以改變大小了
2016-07-29
我只是來暖個(gè)帖子,我什么都不知道。