Hello!
I'm working on a project that will be used strickly offline. It will basically be a "control panel" on a touch screen used to deliver information to and send instruction from an operator to a couple of microcontrollers. I'm relaying this information just in case someone is curious. I don't believe what I am looking for has to do with the actual project.
What I would like to know is how can I have the contents of several different .html pages placed inside of a grid on the main index page? As an example, how can I place an .html file called "power-controls.html" into my grid at location row 1, columns 1 thru 6 in the photo attached?
Any information would be appreciated.
Thank you for your time.
Ron.
Attachment | Size |
---|---|
grid.jpg | 87.1 KB |
Server side includes or using
Server side includes or using templates like ASP.NET master pages or some similar PHP template systems.