`
sunxboy
  • 浏览: 2829007 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

用javascript实现软键盘

阅读更多
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="keyboard.js" charset="UTF-8"></script>
<link rel="stylesheet" type="text/css" href="keyboard.css">

<title>Insert title here</title>
</head>
<body>
<table cellspacing="5" border="1">
  <tr>
    <td>Cell 1</td>
    <td>Cell 2</td>

  </tr>
  <tr>
    <td>Cell 3</td>
    <td><input type="text" value="" class="keyboardInput" /></td>
  </tr>
</table>

</body>
</html>

 

 

  • keyboard.rar (11.3 KB)
  • 描述: 页面代码,及所引用keyboard.js,keyboard.css,keyboard.png
  • 下载次数: 368
分享到:
评论
1 楼 kaki 2008-04-17  
感谢楼主,

相关推荐

Global site tag (gtag.js) - Google Analytics