回覆列表
-
1 # 巴扎嘿baby
-
2 # 加油小猴紙
1、開啟文字編輯器或記事本程式,輸入<html><body>以及<head>標籤。
<html>
<head></head>
<body></body>
</html>
2、在<head>頭標籤後輸入<script>標籤。
<script type=“text/javascript”>
</script>
3、在<script>標籤中定義一個函式duihua()來使網頁彈出對話方塊。
function duihua()
{
alert(“這個視窗是對話方塊!”)
}
4、然後,再定義一個函式命名為queren(),用來彈出確認框。
function queren()
{
{
alert(“你按下的是【確認】”);
}
else
{
alert(“你按下的是【取消】”);
}
}
5、繼續定義另一個函式tishi(),用來在網頁中彈出提示框。
function tishi()
{
var t=prompt(“請輸入您的名字”,“KING視界”) if (t!=null && t!=“”)
{
document.write(“精彩MV就在,”+ t +“!屬於你的世界”)
}
}
1,開啟文字編輯器或記事本程式,輸入<html><body>以及<head>標籤。
<html>
<head></head>
<body></body>
</html>
2,在<head>頭標籤後輸入<script>標籤
<script type="text/javascript">
</script>
3,在<script>標籤中定義一個函式duihua()來使網頁彈出對話方塊。
function duihua()
{
alert("這個視窗是對話方塊!")
}
4,然後,再定義一個函式命名為queren(),用來彈出確認框。
function queren()
{
if (se==true)
{
alert("你按下的是【確認】");
}
else
{
alert("你按下的是【取消】");
}
}
5,繼續定義另一個函式tishi(),用來在網頁中彈出提示框。
function tishi()
{
var t=prompt("請輸入您的名字","KING視界")
if (t!=null && t!="")
{
document.write("精彩MV就在," + t + "!屬於你的世界")
}
}