12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>上传访问记录信息列表</title>
- <script type="text/javascript" src="views/cs/webservice/webservicexyxx/schjkzxxList.js"></script>
- </head>
- <body>
- <table width="100%" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <input type="hidden" id="jqid" value="$!jqid" />
- <table id="schjkzxxGrid" width="99%" style="display:none"></table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|