JSP的一个小问题 - Java / Web 开发
小弟做课程设计,自学JSP,
在本地主机有Oracle数据库,用户book的密码为book,在该模式下有admin(admino,adminame,password)表
现在做一个登陆界面
<!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">
<!--
.STYLE2 {color: #0000CC}
-->
</style>
</head>
<body>
<tr>
<td>
<form method="post" name="frm1" action="check.jsp">
<p> </p>
<table width="1006" height="291" border="0">
<tr>
<td width="80" height="287"> </td>
<td width="832">
<center>
<img src=" file:///E|/Program Files/Apache Software Foundation/Tomcat 6.0/webapps/xiaoqiang/picture/imgget4.jpg" />
</center> </td>
<td width="80"><table width="80" border="0">
<tr>
&nb
相关问答:
我JSP的页面是:
<%@ page language="java" contentType="text/html; charset=gb2312"
%>
<script>
function Save(){
xmlHttp=GetXmlHttpObject()
if(xmlHttp==nul ......
请我用FCK上传文件,在本地的windows机上测试可以,但部署到linux服务器上就上传不了文件,上传文件时一直卡在那里。望各位大虾指点,谢谢!
路过,帮你顶一下。。。。。。。。。。。。。。
上传文件的路径问题, ......
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 52 in the jsp file: /vip_info.jsp
ÕË cannot be resolved
49: <table border="1& ......
现在不想用<a> </a> 标签 ,因为点击后会出现页面重定位,给文字加上css样式就可以看起来 是href怎么实现这样的css
text-decoration:underline; cursor:hand;
引用
text-decoration:underline; cur ......