Page History
...
Don't panic at this point, you don't need to know anything about HTML to use web with Visual LANSA. This is just a one off look inside to get a basic understanding of how it works.
First up, looking at the code between the <script></script> tags notice there is no static HTML to define your page but instead the generated code triggers the load of the LANSA runtime (lansa.js) and instructs it to show the page you just compiled. The LANSA runtime will subsequently load the JavaScript for your page (mywebpage.js) and run the code that constructs the user interface.
...
