| 123456789101112131415161718 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Insert title here</title>
- <script src="jquery.js"></script>
- </head>
- <body>
- <script>
- $
- .get(
- 'http://172.16.1.55:9080/x_organization_core_access/jaxrs/token/aaa',
- function(data) {
- alert("Data Loaded: " + data);
- }, "text");
- </script>
- </body>
- </html>
|