html5⽤户注册页⾯代码,HTML5注册页⾯⽰例代码_html5教程
技巧
点评:HTML5写的注册页⾯,正在学习html5的朋友可以参考下
复制代码代码如下:
register.html
function play(){
}
function noplay(){
}
function passwd(){
var pass = ElementById("password").value;
var tip = ElementById("tip");
if (pass.length < 4) {
tip.innerHTML = "差";
}
else
if (pass.length <= 8) {
tip.innerHTML = "中";
}
else {
tip.innerHTML = "⾼";
}
}
会员注册
员⼯编号:
密 码:
密码确认:
⽣ ⽇:
性 别:男⼥
邮 箱:⼿ 机:
地 址:上海北京江苏郑州深圳
个⼈⽹页:起床时间:
头像:function show(){
var file = ElementById("f").files[0];
var fileReader = new FileReader();
}
允许注册
许可证
信息
注册许可信息
验证码:var span = ElementById("span"); span.innerHTML=Math.floor(Math.random());
复制代码代码如下:
body {
background-image: url("../images/bg.jpg"); text-align: center;
background-repeat: repeat-x;
java修改软件background-position: 0px 0px ; background-size:
}
.table {
border: 1px solid #90BFFF;
width:810px;
}
tr {
font-family: 微软雅⿊;
font-weight:800;
color: #448EF3;
}
中越翻译在线翻译googleinput{
border: 1px solid #448EF3;
color: #448EF3;
font-weight:bold;
font-family: "微软雅⿊";
height: 35px;
line-height: 30px;
border-radius:5px;
}
.submit {
width: 150px;
height: 40px;oracle数据库语句查询
cursor :hand;
font-size: 20px;
color: #ffffff;
background-color: #448EF3; border: 0px;swift
}
.thead {
height: 40px; background : #90BFFF; font-family: "微软雅⿊";
font-size: 30px;
font-weight: 700;
color: #ffffff;
background: #90BFFF;
}
#3{
margin-bottom: 100px;
}
复制代码代码如下:
function ChkAllClick(sonName, cbAllId){
var arrSon = ElementsByName(sonName); var cbAll = ElementById(cbAllId);
var tempState=cbAll.checked;
for(i=0;i
if(arrSon[i].checked!=tempState)
arrSon[i].click();
}
}
function ChkSonClick(sonName, cbAllId) {
var arrSon = ElementsByName(sonName); var cbAll = ElementById(cbAllId);
for(var i=0; i
html个人网页完整代码顺序if(!arrSon[i].checked) {
cbAll.checked = false;
return;
}
}
cbAll.checked = true;
}
function ChkOppClick(sonName){
var arrSon = ElementsByName(sonName); for(i=0;i
arrSon[i].click();
}
}
function changeBgColor(btn){
var btn = ElementById(btn);
btn.style.backgroundColor = "#90BFFF"
}runtime error什么原因c语言
function recoverBgColor(btn){
var btn = ElementById(btn);
btn.style.backgroundColor = "#448EF3"
}
------------------------------------------------
上⾯⽂件的顺序是:register.html register.css checkbox..js -------------------------------------------------
背景图⽚:bg.jpg

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。