標籤
Android
(
1
)
DbVisualizer
(
2
)
html/javascript
(
1
)
java
(
11
)
MySQL
(
1
)
oracle
(
1
)
servlet&jsp
(
3
)
struts
(
2
)
2011年8月19日 星期五
簡易計算機 練習
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>簡易javascript計算機</title>
</head>
<body background="images/j007.jpg">
a + b: <input id='a' size="4"/> + <input id='b' size="4">
<button onclick="calc();" style="width: 40; height: 27">=</button>
<span id="result"> </span>
<script language="JavaScript">
訂閱:
文章
(
Atom
)