This topic is locked

include external page on list page

12/12/2011 2:03:29 AM
PHPRunner General questions
S
stiven author

Hello,
I was wondering if there is a way to include and external page on the list page of a table, i have tried a couple of things but none had work.. i deleted the search panel table and the grid content table i left the menu table which is horizontal in this case.. then i included the file using the before display event i assign $include variable it worked but the content appear all over the page it was messed up.. is it safe to added like an iframe? or is there a better way to do it? i just need to add the content of a page on the grid content table of the list page. actually several pages because that page has about 7 links on it.
thanks for your help.

C
cgphp 12/12/2011

An inline frame is used to embed another document within the current HTML document. It would be a good solution.

S
stiven author 12/12/2011

Thanks for your help, i got it to work. now the link to this page comes from a button i have on the edit page.. is it possible to pass variables to the list page with the iframe? if it is how can i do this? because i was thinking passing to values on the url to the external page but if it is on the list page with the iframe how can i achieve this?
Thanks

C
cgphp 12/12/2011

You can use a session variable.