123456789101112131415 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Script & Unit loader test</title>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="testloader.js" type="application/javascript" ></script>
- </head>
- <body>
- <button id="loader">Load JQuery javascript scripts from google</button>
- <button id="formloader">Load form</button>
- <script>rtl.run();</script>
- </body>
- </html>
|