er_add.html

来自「基于JSP的公交查询系统,很好用的,适于学习,操作语句全在jsp页面里」· HTML 代码 · 共 45 行

HTML
45
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>增加车次失败</title>
<style type="text/css">
<!--
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #00CC66;
}
a:active {
	text-decoration: none;
	color: #00CC66;
}
body {
	background-image: url(../Picture/index-top_2.gif);
}
.style1 {
	color: #009900;
	font-weight: bold;
	font-size: 16px;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
-->
</style>
</head>
<body>

<span class="style2">数据库中已经有该车次号,请使用其他的车次号</span><a href="javascript:history.back();" class="style1">返回修改</a>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?