1 reply [Last post]
jsmwrench
jsmwrench's picture
Offline
newbie
Indianapolis, IN - U.S. of A.
Last seen: 42 weeks 6 days ago
Indianapolis, IN - U.S. of A.
Timezone: GMT-4
Joined: 2022-08-07
Posts: 1
Points: 2

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.

AttachmentSize
grid.jpg87.1 KB
Verschwindende
Verschwindende's picture
Offline
Guru
Last seen: 5 weeks 4 days ago
Timezone: GMT-4
Joined: 2009-10-09
Posts: 2057
Points: 2289

Server side includes or using

Server side includes or using templates like ASP.NET master pages or some similar PHP template systems.