<%
if request("infoid")<>"" then
set rs=conn.execute("select * from nproduct where id="&request("infoid"))
if not (rs.eof and rs.bof) then
proname=rs("proname")
content=rs("proinfo")
end if
rs.close
set rs=nothing
end if
%>
如何在Windows 9x环境中配置Apache + Tomcat.JSP
系统配置如下: windows 98(NT主要是环境变量的设法不同,和下面程序的设置无关) jdk1_2_2-005win.exe apache_1_3_9_win32.exe ApacheModuleJServ.dll tomcat.zip(3.1)