c80b5ccf00ad4c0bd94016a53c497757ba7dc6f6.svn-base 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  5. <title>测试</title>
  6. <!--框架必需start 扁平风格-->
  7. <link href="/nwyj/scripts/qui/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  8. <link href="/nwyj/scripts/qui/system/layout_flat/skin/style.css" rel="stylesheet" type="text/css" id="skin" skinPath="/nwyj/scripts/qui/" scrollerY="false" scrollerX="false"/>
  9. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
  10. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
  11. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/framework.js"></script>
  12. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/main.js"></script>
  13. <!--框架必需end-->
  14. <script type="text/javascript">
  15. jQuery(function() {
  16. var p =window.location.search;
  17. p = p.substring(1,p.length);
  18. p = decodeURI(p);
  19. $('#fileName').val(p);;
  20. //alert(p);
  21. })
  22. </script>
  23. </head>
  24. <body>
  25. <table width="100%">
  26. <tr>
  27. <td style="width: 100%" align="left">
  28. 附件名称:<input type="text" id="fileName" style="width: 400px">
  29. </td>
  30. </tr>
  31. </table>
  32. </body>
  33. </html>