goto.jsp
上传用户:huijianzhu
上传日期:2009-11-25
资源大小:9825k
文件大小:1k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@ page language="java" pageEncoding="GB2312" contentType="text/html;charset=GB2312" %>
  2. <%@ include file="/common/taglibs.jsp"%>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  4. <html>
  5. <head>
  6. <title></title>
  7. <script language="javascript">
  8. <!--
  9. function checkForm(form, url) {
  10. if(url != "") {
  11.     form.action = url;
  12. }
  13. form.submit();
  14. }
  15. //-->
  16. </script>
  17. </head>
  18. <body topmargin="0" leftmargin="0">
  19. <html:form action="/sys/dealprocess/searchDealprocess.html"> 
  20. <html:hidden property="pageCurrent"/>
  21. <html:hidden property="id"/>
  22. <input type="hidden" name="from" value="${from}">
  23. <script language="javascript">
  24. <!--
  25. checkForm(document.dealprocessForm, "");
  26. //-->
  27. </script>
  28. </html:form>
  29. <p>&nbsp;</p>
  30. </body>
  31. </html>