T
|
TKindermann author 2/4/2011 |
Ok, I have found a way to include the data with iFrame.... <IFRAME height=300 src="../timeline/html/TL_{$INDI_value}.HTML" width=1000
Hello all, My problem is little bit tricky, but i hope someone has the same problem in the past. simple description: I have a table INDIVIDUAL (ID, PRENAME, POSTNAME) I have with PHPRunner generated a list page, so fine so good :-) Additional I have for each individual a HTML file with a name like <ID>_xxx.HTML where ID the key from the database. This HTML file includes javascript components and other stuff. Now my question: How can I include this 'HTML' for Each record on the list page pending on the <ID>-Field of the record. I hope you can understand my description. kind regards Thomas |
![]() |
Sergey Kornilov admin 2/4/2011 |
I found this piece of code on the web that resizes iframe automatically when main window is resized. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |