Sadly there is only one example which calls the function UserList, but what if we don't have it? Right now I only have 3 files, index.html,header.html, and footer.html. In index.html I include them using <%+ "header.html" %>, but how do I use it? What method would I call to get the buffer containing the HTML code that I can pass to the web server?
Hello.
Sadly there is only one example which calls the function
UserList
, but what if we don't have it? Right now I only have 3 files,index.html,
header.html
, andfooter.html
. Inindex.html
I include them using<%+ "header.html" %>
, but how do I use it? What method would I call to get the buffer containing the HTML code that I can pass to the web server?