identitySelector.jsp 826 B

123456789101112131415161718192021222324252627
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <%@include file="/commons/include/html_doctype.html" %>
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>选择流水号</title>
  8. <script type="text/javascript">
  9. /*KILLDIALOG*/
  10. var dialog = frameElement.dialog; //调用页面的dialog对象(ligerui对象)
  11. function getTable(Alias,Name){
  12. var obj={alias:Alias,name:Name};
  13. //window.returnValue=obj;
  14. dialog.get('sucCall')(obj);
  15. dialog.close();
  16. }
  17. </script>
  18. <style type="text/css">
  19. div.bottom{text-align: center;padding-top: 10px;}
  20. html,body{width:100%;height:100%;margin: 0 0 0 0;padding: 0 0 0 0 ;overflow: hidden;}
  21. </style>
  22. </head>
  23. <body>
  24. <iframe src="showlist.ht" width="100%" height="100%" frameborder="0"></iframe>
  25. </body>
  26. </html>