Click to See Complete Forum and Search --> : include stuff from other html pages?


jkhemani
04-28-2003, 04:04 PM
i was working on a particular project where i was to have say approx 18 separate tables with different contents to appear when the user clicks on a particular text. this was using styles with visibility as hidden or setting top position as negative value.


the prob here is that it requires all the 18 tables to be loaded in the same html page..which can get huge in size.:( it becomes really annoying to d/l such a large file and a user may just click and view just one table.

so is there anyway to load a table,a div, any object from another html page or something?:confused: this would be similar to loading separate files in flash when requested to make the file size smaller. any suggestions? thanx

u cld chk out the image and c wat i mean.. maybe then u mite understand the idea.. also, it has to be tables.. not images.

khalidali63
04-28-2003, 05:11 PM
you could create separate html pages with each table and use an IFRAME to load depending upon users request???

Or you can create those tables in javascript and put them in an array and load each using array index depending upon users selection..