I need help including a static HTML IndexPage. The code is contained in the \web folder in an HTM file with dedicated sub folders for the CSS styling/etc. I added the page as a URL, and it displays fine, but without any of my app's header, including the menu I'm using.
So I created a NetWebForm page and added the HTML code as an XHTML routine. This works fine except for the fact that about 1/3 of the page is missing at the bottom when it displays because the template variable containing the HTML text I pasted in is not large enough to hold it all. It gets truncated in the routine that I've created when it reaches this code call: packet.append(p_web.AsciiToUTF([mytext],net:OnlyIfUTF,net:StoreAsAscii))
Are there other options?
Thanks,
Mark