<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$('input:button').click(function(){
$('.input').val("");
});
})
</script>
</head>
<body>
<input size="72" class="input" maxlength="64" name="aaa" type="text">
<input size="72" class="input" maxlength="64" name="bbb" type="text">
<input size="72" class="input" maxlength="64" name="ccc" type="text">
<input value="清空全部" onClick="" type="button">
</body>
</html>
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$('input:button').click(function(){
$('.input').val("");
});
})
</script>
</head>
<body>
<input size="72" class="input" maxlength="64" name="aaa" type="text">
<input size="72" class="input" maxlength="64" name="bbb" type="text">
<input size="72" class="input" maxlength="64" name="ccc" type="text">
<input value="清空全部" onClick="" type="button">
</body>
</html>