帮帮忙JSP的 - Java / Web 开发
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" %>
<!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>
</head>
<body>
<div align="center">
<%
String Sno=(String)session.getAttribute("Sno");
if(Sno==null){response.sendRedirect("login.jsp");}
%>
<img src="image/1_01.gif" width="770" height="111" />
<table width="774" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="774"> </td>
</tr>
</table>
<table width="773" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="152" rowspan="2"><img src="image/1_02.gif" width="154" height="79" /></td>
<td width="597" height=&quo
相关问答:
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& ......
table怎么绑定数据库,并且用JavaScript实现翻页。。。。。。。。。。JavaScript能向JSP页面传递参数吗
你说的问题有点那个。。,不好回答。。。。
jsp中table是需要html代码与页面端获取数据库查询后的信息进行 ......
在JSP页面有一个<input type="hidden" name="index" value="0">/>控件
当我用下面的JavaScript函数改变其value的值的时候 如果满足条件(即i>=3的时候)为什么value的 ......
有谁用java做过打印发票的程序,感觉这方面不是很好控制,希望给点建议,最好能给出代码
简单点就调用window.print()
你也可以把下面代码放到你JSP中:
<html>
<head>
<title> ......