MILES面试内容

标签<fieldset>

<legend>Dascom News</legend>

<ul>

<li>Last Amish shooting victim to be released from hospital</li>

<li>Last Amish shooting victim to be released from hospital</li>

<li>Last Amish shooting victim to be released from hospital</li>

<li>Last Amish shooting victim to be released from hospital</li>

<li>Last Amish shooting victim to be released from hospital</li>

</ul>

</fieldset>

Alart(Confirm)

<button type="submit" value="Check In" onclick="zConfirm()"  Class="Button" />   
confirm("文本");

实例

<html>

<head>

<script type="text/javascript">

function disp_confirm()

{

var r=confirm("Press a button")

if (r==true)

{

document.write("You pressed OK!")

}

else

{

document.write("You pressed Cancel!")

}

}

</script>

</head>

<body>

<input type="button" onclick="disp_confirm()"

value="Display a confirm box" />

</body>

</html>

posted @ 2011-10-19 14:33  鱼叉伍德  阅读(113)  评论(0编辑  收藏  举报