function show1(a) {
num = num + a;
if(num < 1) {
num = 10;
}
if(num > 10) {
num = 1;
}
var i = document.getElementById("l1");
i. src = num + ".jpg";
var time = 10;
}
var s;
function show() {
s = setInterval("print()",500);
}
var time=10;
function print() {
var f2 = document.getElementById("i2");
time--;
if(time == 0) {
time=10;
f2.src=time+".jpg";
} else {
f2.src=time+".jpg";
}
}
function tips(id,content){
document.getElementById(id+"span").innerHTML="<font color='red'>"+content+"</font>";
}
function checkusername(){
document.getElementById("usernamespan").innerHTML="<font color='green'>用户名可以使用</font>"
}
function mima(){
document.getElementById("passworkspan").innerHTML="<font color='green'>密码可以使用</font>"
}
</script>
</head>