⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jiaofei_jsp.java

📁 培训中心办公自动化系统之财务管理模块 包括缴纳报名费、学费
💻 JAVA
字号:
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;

public final class JiaoFei_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent {

  private static java.util.Vector _jspx_dependants;

  public java.util.List getDependants() {
    return _jspx_dependants;
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;
    PageContext _jspx_page_context = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html; charset=gb2312");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"", true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
      out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\" />\r\n");
      out.write("<title>无标题文档</title>\r\n");
      out.write("<style type=\"text/css\">\r\n");
      out.write("<!--\r\n");
      out.write(".STYLE12 {\r\n");
      out.write("\tfont-size: 16px;\r\n");
      out.write("\tcolor: #000000;\r\n");
      out.write("}\r\n");
      out.write(".STYLE4 {font-size: 18px}\r\n");
      out.write(".STYLE6 {font-size: 18px; color: #3300FF; }\r\n");
      out.write(".STYLE7 {font-size: 18px; color: #000000; font-weight: bold; }\r\n");
      out.write(".STYLE9 {font-size: 24px;\r\n");
      out.write("\tcolor: #000000;\r\n");
      out.write("\tfont-weight: bold;\r\n");
      out.write("}\r\n");
      out.write(".STYLE13 {color: #000000}\r\n");
      out.write(".STYLE14 {font-size: 18px; color: #000000; }\r\n");
      out.write(".STYLE16 {font-size: 12px}\r\n");
      out.write("-->\r\n");
      out.write("</style>\r\n");
      out.write("</head>\r\n");
      out.write("\r\n");
      out.write("<META NAME=\"Generator\" CONTENT=\"EditPlus\">\r\n");
      out.write("<META NAME=\"Author\" CONTENT=\"小荷\">\r\n");
      out.write("<META NAME=\"Keywords\" CONTENT=\"\">\r\n");
      out.write("<META NAME=\"Description\" CONTENT=\"\">\r\n");
      out.write("  <link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"calendar-win2k-cold-1.css\" title=\"win2k-cold-1\" />\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("  <script type=\"text/javascript\" src=\"js/calendar.js\"></script>\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("  <script type=\"text/javascript\" src=\"js/calendar-zh.js\"></script>\r\n");
      out.write("\r\n");
      out.write("  <script type=\"text/javascript\" src=\"js/calendar-setup.js\"></script>\r\n");
      out.write("\r\n");
      out.write("<script type=\"\" language=\"javascript\">\r\n");
      out.write("function get()\r\n");
      out.write("{\r\n");
      out.write("  var Tu_themon=document.form1.Tu_themon.value;\r\n");
      out.write("  var select=document.form1.select.value;\r\n");
      out.write("  select = new String(select.getBytes(\"ISO8859_1\"), \"gb2312\");\r\n");
      out.write("  var Tu_check_id=document.form1.Tu_check_id.value;\r\n");
      out.write("  Tu_check_id=new String(Tu_check_id.getBytes(\"ISO8859_1\"), \"gb2312\");\r\n");
      out.write("\r\n");
      out.write("  if(Tu_themon==null||Tu_themon==\"\")\r\n");
      out.write("  {\r\n");
      out.write("   alert(\"请输入缴费金额\");\r\n");
      out.write("  return false;\r\n");
      out.write("  }\r\n");
      out.write("  if(parseFloat(Tu_themon)!=Tu_themon)\r\n");
      out.write("  {\r\n");
      out.write("    alert(\"请输入合法的金额\");\r\n");
      out.write("    return false;\r\n");
      out.write("  }\r\n");
      out.write("  if(parseFloat(Tu_themon)==0.00)\r\n");
      out.write("  {\r\n");
      out.write("    alert(\"金额不能为0\");\r\n");
      out.write("    return false;\r\n");
      out.write("  }\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("}\r\n");
      out.write("</script>\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("<body>\r\n");
      out.write("<p class=\"STYLE7\">财务管理-&gt;学费管理-&gt;缴费</p>\r\n");
      out.write("  <form action=\"RegistJF.jsp\" method=\"POST\"  name=\"form1\" id=\"form1\">\r\n");
      out.write("<div align=\"left\">\r\n");
      out.write("  <hr align=\"center\" />\r\n");
      out.write("  <p align=\"center\" class=\"STYLE4\"><span class=\"STYLE9\">本次缴费信息</span></p>\r\n");
      out.write("  <p align=\"left\" class=\"STYLE14\">        缴费日期\r\n");
      out.write("    <input type=\"text\" name=\"d_s\" size=\"11\" value=\"\" id=\"begin_date_b\"><input type=\"reset\" value=\"...\"\r\n");
      out.write("onclick=\"return showCalendar('begin_date_b', 'y-m-d');\">\r\n");
      out.write("  </p>\r\n");
      out.write("<p align=\"left\" class=\"STYLE14\">        缴费金额\r\n");
      out.write("    <input name=\"Tu_themon\" type=\"text\" size=\"16\" />\r\n");
      out.write("  </p>\r\n");
      out.write("<p align=\"left\" class=\"STYLE14\">        此次缴费方式:现金<input type=\"radio\" name=\"radiobutton\" onClick=\"document.getElementById('Tu_check_id').disabled=true\" value=\"radiobutton\">\r\n");
      out.write("        支票<input type=\"radio\" name=\"radiobutton\" onClick=\"document.getElementById('Tu_check_id').disabled=false\" value=\"radiobutton\">\r\n");
      out.write("\r\n");
      out.write(" </p>\r\n");
      out.write("  <p align=\"left\" class=\"STYLE14\">            支票号 \r\n");
      out.write("    <input name=\"Tu_check_id\" type=\"text\" size=\"16\" />\r\n");
      out.write("  <span class=\"STYLE16\">(若选择现金缴费无需填写此项)</span></p>\r\n");
      out.write("  <p align=\"center\" class=\"STYLE6\">\r\n");
      out.write("    <span class=\"STYLE13\">\r\n");
      out.write("    <input type=\"submit\" name=\"Submit3\" onclick=\"return get()\" value=\"确认无误,提交\" />\r\n");
      out.write("  </span> </p>\r\n");
      out.write("  <p align=\"center\" class=\"STYLE6\">&nbsp;</p>\r\n");
      out.write("</div>\r\n");
      out.write("</form>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          out.clearBuffer();
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
      }
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -