为什么.jsp 设置了 title,显示不出标题里面的文字。
<html><head><basehref="<%=basePath%>"><title>MyJSP'index.jsp'startingpage</title><met...
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'index.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<title>登陆系统</title>
<script language=JavaScript> //用户检测信息
function checknull()
{
if(document.form1.userName.value=="")
{
alert("请输入用户名");
document.form1.usreName.focus();
return false;
}
else if(document.form1.password.value==""){
alert("请输入密码");
document.form1.password.focus();
}
else
{
document.form1.submit();
return trun;
}
}
</script>
</head> 展开
<head>
<base href="<%=basePath%>">
<title>My JSP 'index.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<title>登陆系统</title>
<script language=JavaScript> //用户检测信息
function checknull()
{
if(document.form1.userName.value=="")
{
alert("请输入用户名");
document.form1.usreName.focus();
return false;
}
else if(document.form1.password.value==""){
alert("请输入密码");
document.form1.password.focus();
}
else
{
document.form1.submit();
return trun;
}
}
</script>
</head> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询