首页上一页 1  下一页尾页 1 条记录 1/1页
        java web
                 	
                        发表在JavaWeb编程词典答疑
                        2017-09-27                         悬赏:2 学分
悬赏:2 学分                        
                    		
                                                                            	
                        
                        
                    
                     悬赏:2 学分
悬赏:2 学分                        
                    		
                                                                            	
                        
                        
                    
                    	是否精华
                    	是
                    	否
                    
                    
                    
                            版块置顶:
                            是
                            否
                        
                    怎么给提示框里添加颜色 我试过了 在哪都不行 求指教
<html>
<head>
<script language="javascript" >
function check(){
if( form1.user.value=="" ){
alert("请输入用户名!");form1.user.focus();return;
}else{
if(form1.pwd.value==""){
alert("请输入密码!");form1.pwd.focus();return;
}else{
form1.submit();
}
}
}
</script>
</head>
<body>
<form name="form1" method="post" action="">
用户名:<input name="user" type="text" id="user" >
密码:<input name="pwd" type="text" id="pwd">
<input name="button" type="button" class="btn_grey" value="登录" onclick="check()">
<input name="submit2" type="reset" class="btn_grey" value="重置">
</form>
</body>
</html>

 
	
                                                 VIP会员
VIP会员 购物车
购物车

 私信
                         私信 
                     
					 
					 
					 
					 
					 发表新帖
发表新帖 立即签到
立即签到 
        		  
        		 
         		 关注
关注
                  回复
 回复 支持(
                	支持( 反对(
                    反对( 
                    
 
                







 
                     
                     
					 
						 
						 
						 
						