Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <input id='times' type='text' maxlength="4" />
  <input type='button' value='時間判斷'
         onclick='CheckTime()'/>
  <p>
  <input id='numbers' type='text' />
  <input type='button' value='數字判斷'
         onclick='CheckNum()'/>
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
tobedesignerpro
0viewers