PDA

View Full Version : eliminating iframes...


i81b4u
01-10-2006, 02:02 AM
Hello to everyone. Recently, I successfully managed to convert iframes into html tables keeping its scrollable feature.

However, I realized one problem that came up.
Within this page, there are links that retrieve information from a server and using the iframes target attribute to display them in the iframe.

My question is, now that I've eliminated the iframes, how can I display the information (once retrieved) in the html table (that replaced the original oframe). Thank you for any guidance.

zro@rtv
01-10-2006, 05:45 PM
would help to see the page probably...
Also, tables arent great for layout... should use CSS for design, probably (maybenot havent seen page or code, but most likely...)

and as far as the including w/o iframe... is php an option.... server side includes are probably the way?

also similar active topic right now here:
http://www.codingforums.com/showthread.php?t=76659