悬赏100分,jsp高手请进

来源:百度知道 编辑:UC知道 时间:2024/06/28 12:21:39
给下面的程序代码写说明
详细点啊。
谢谢
一共二个文件:index.jsp和j.jsp

index.jsp源码:

<%@ page language="java" contentType="text/html; charset=gb2312"
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title>计算器</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body,td,th {
font-size: 9pt;
}
-->
</style></head>
<body>
<table width="306" height="61" border="0">
<tr>
<td height="57"> </td>
</tr>
</table>

<form action="j.jsp" method="get" name="form1" target="_blank">
<table width="241" border="0" align=

<%@ page language="java" contentType="text/html; charset=gb2312"
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title>计算器</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body,td,th {
font-size: 9pt;
}
-->
</style></head>
<body>
<table width="306" height="61" border="0">
<tr>
<td height="57"> </td>
</tr>
</table>

<form action="j.jsp" method="get" name="form1" target="_blank">
<table width="241" border="0" align="center" cellpadding="1" cellspacing="4">
&