路人

导航

<2006年3月>
2627281234
567891011
12131415161718
19202122232425
2627282930311
2345678

统计

常用链接

留言簿

随笔档案(39)

相册

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜

hello_js

 

< form  name ="form1"  method ="post"  action ="" >
  
< table  width ="500"  border ="0"  align ="center" >
    
< tr >
      
< td  width ="200" >< input  type ="text"  name ="test" ></ td >
      
< td >< input  type ="submit"  name ="Submit"  onClick ="return check();"  value ="提交" ></ td >
    
</ tr >
  
</ table >
</ form >
< script language = " javascript " >
  
function  check() {
  
if (document.form1.test.value == "" ) {
alert (
" 不能为空! " );
return   false ;
}

}

</ script >

posted on 2006-03-17 13:13 山岗 阅读(194) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。