12345678910111213141516171819 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Demo load strings from URL</title>
- <script src="demoloadstringsfromurl.js"></script>
- </head>
- <body>
- <h1>Demo loading file from URL to TStringList</h1>
- <div id="pasjsconsole">
- </div>
- <script>
- rtl.run();
- </script>
-
- </body>
- </html>
|