请问如何制作邮箱快速登陆代码?

来源:百度知道 编辑:UC知道 时间:2024/05/14 16:09:25

代码:
<script language="JavaScript">

var tbwidth=755 //表格宽度

var bcolor="#3DB836" //背景颜色,可自定义

var fcolor="#0000FF" //字体颜色,可自定义

</script>

<script language="JavaScript">function check(input){

if(input.mailSelect.options.selectedIndex==0){

alert("提示:请正确选择你使用的邮箱");

return false;}

if(input.name.value==""){

alert("提示:邮箱用户名必须填写!");

input.name.focus();

return false;}

if(input.password.value=="" || input.password.value.length<3){

alert("提示:邮箱密码必须填写完整!");

input.password.focus();

return false;}

else{go();

return false;}}

function makeURL(){

var objForm=document.mailForm;

var intIndex=objForm.mailSelect.options