fdsfsfsd Read More
posted @ 2012-06-29 17:15
tangrongyue
Views(382)
Comments(0)
Diggs(0)
接受传递过来的参数:request.getParameter("参数名称")。此方法返回String类型。需要将String类型转换为int类型:int 变量名称 = Interger.parseInt("包含数字的字符串")。GET方式提交表单,地址栏会显示。POST方式,则地址栏不会显示参数。例:提交表单<html><head><title>JSP</title></head><body><!-- HTML与服务器交互的主要途径是表单 -->输入表格的行数与列数,进行 Read More
posted @ 2012-06-29 10:53
tangrongyue
Views(340)
Comments(0)
Diggs(0)
1.发送指令jsp页面<html><head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Alarm Report</title> <script type="text/javascript"> function ajaxSubmit(){ window.open("/rmcs/alarmOutputToExcel.jsp",'& Read More
posted @ 2012-06-29 09:19
tangrongyue
Views(872)
Comments(0)
Diggs(0)