标签:
<head> <title> new document </title> <meta name="generator" content="editplus" charset="utf-8"/> </head> <body> <form action="http://www.baidu.com/s" target="_blank"> <input type="text" size=30 maxlength="100" name="word"><br> <input type="submit" class="btn" value="百度一下"> <input type="reset" value="重新输入"><br> <input type="button" value="搜索历史记录" onclick="javascript:this.text.word.focus();this.word.select();"> </form> </body>
Javascript之简单按钮搜索功能
原文地址:http://www.cnblogs.com/caidupingblogs/p/5529539.html