2011年10月8日

数字转换人民币大写

摘要: 通过JS完成,能满足多种浏览器,不足之处是展示效果不是很理想,而且最多只能输入13位数字,希望大家提出改正方法<html><head> <title>数字转换人民币大写</title> <script type="text/javascript"> function convert() { var big = new Array("零", "壹", "贰", "叁", "肆", "伍", &quo 阅读全文

posted @ 2011-10-08 10:36 重阳真人 阅读(404) 评论(0) 推荐(0) 编辑

敲回车光标跳到下一个输入框(只能在IE中使用)

摘要: <html> <head> <title> 敲回车光标跳到下一个输入框(只能在IE下使用) </title> </head> <script> function turnNext(object){ if(object.keyCode==13){ object.keyCode=9; } } </script> <body> <table> <tr>username<input type="text" name="name1" onk 阅读全文

posted @ 2011-10-08 10:22 重阳真人 阅读(610) 评论(0) 推荐(0) 编辑

导航