I have developed multiple asp pages that show different 'areas' of my HA system. Now, I'd like to display all of these multiple pages in a single page - for example:
systemInformation.asp - this outputs only a table of uptime, versions, etc. There's no <html> tags - just <table> tags.
tempSensors.asp - only displays temp sensor information in a table. No <html> tags - just outputs a <table>
callerId.asp - same thing - outputs just a table of callerId.
Separately, these tables look great, now I need a single page that looks kinda like this:
-----------------------------------------------
Standard HomeSeer header/links
systemInformation.asp tempSensors.asp
callerId.asp whatever.asp
footer
-----------------------------------------------
Later, I can write just little asps that output tables and just insert them into a table area for the main page.
So, I guess my question is: How do I display multiple asp outputs into a single page?
Thanks!
Rob Mason
systemInformation.asp - this outputs only a table of uptime, versions, etc. There's no <html> tags - just <table> tags.
tempSensors.asp - only displays temp sensor information in a table. No <html> tags - just outputs a <table>
callerId.asp - same thing - outputs just a table of callerId.
Separately, these tables look great, now I need a single page that looks kinda like this:
-----------------------------------------------
Standard HomeSeer header/links
systemInformation.asp tempSensors.asp
callerId.asp whatever.asp
footer
-----------------------------------------------
Later, I can write just little asps that output tables and just insert them into a table area for the main page.
So, I guess my question is: How do I display multiple asp outputs into a single page?
Thanks!
Rob Mason
Comment