G
Guest
Hi!
I want to write the 3 jsp codes and they will use a common variable
or array. How can I do to use variable "name" common?
Ming
//
"selectForm.jsp"======================================================
<%@page contentType="text/html"%>
<%@page pageEncoding="Big5"%>
<%@page import = "java.sql.*"%>
<html>
<head><title>主機æ¿é¸æ“‡</title></head>
<body>
<form action="resultForm.jsp" method="post">
<%
I want to write the 3 jsp codes and they will use a common variable
or array. How can I do to use variable "name" common?
Ming
//
"selectForm.jsp"======================================================
<%@page contentType="text/html"%>
<%@page pageEncoding="Big5"%>
<%@page import = "java.sql.*"%>
<html>
<head><title>主機æ¿é¸æ“‡</title></head>
<body>
<form action="resultForm.jsp" method="post">
<%