跳到主要內容

Javascript輸入測試


輸入:



<html>
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="big5" />
<script language="javascript">

function cal(){
 var z = n.in.value; 
 var s = "";
 for(i = 0;i < z;i++){
 for(j = 0;j < i;j++){
 s += "●";
}
 s += "</br>";
}
document.write(s);
}
function focus(){
 alert("123");
}
</script>
</head>
<body>
<form name = "n">
輸入:<input type="Text" name="in" onfocus="focus()"><p>
 <input type=button value="送出" Onclick="cal();">
</form>
</body>
</html>

留言

這個網誌中的熱門文章

java西元民國轉換_各種不同格式

C#資料庫操作(新增、修改、刪除、查詢)