Click to See Complete Forum and Search --> : Insert a table from an alien location ??


Mr.Mike
08-15-2003, 02:37 PM
Does anyone know what is the best code to use just to insert a table onto a html page form an alien location?

I've got a table that is duplicated on about 12 different pages, but do not want to have to update each of the pages when a change of info is made in the table. I just want to have it in one location and when the info in the table is changed it will change in all the pages. Not sure what codes is best for this Java script or maybe css ????

Can anyone please give some direction and possibly a sample of how its done?

Regards,
Mike


**Obstacles are those frightful things you see
when you take your eyes off your goal.

Charles
08-15-2003, 02:56 PM
Use server side includes, the IFRAME or the OBJECT element.

PeOfEo
08-15-2003, 07:55 PM
You can use css to put your layout scripts on every page. But to have a loaded table... no. I would go for the iframe element personally, followed by an SSI include as my second choice.