php and div tags
-
-
I have a two column page that am desperately trying avoid using an IFRAME as the target. I have spent the last two days unsuccessfully. Is there anyone who has this problem solved or knows where or how to solve it. Any help is greatly appreciated.
So what's the problem? Indeed, what is your question? I just hope the lithium polymer cells in my Code Project Mind Reading Unit still have some charge left in them :) Do I understand you to be saying that you have a 2 column layout using divs, and you'd like to perform some ajax work and would like to display the results in one of these two columns - but would like to avoid the use of an iframe as the target of the results of the ajax call? As it stands, what it is that you would like to know is entirely unclear.
-
I have a two column page that am desperately trying avoid using an IFRAME as the target. I have spent the last two days unsuccessfully. Is there anyone who has this problem solved or knows where or how to solve it. Any help is greatly appreciated.
Am not getting your question clearly but hope this will help you...if not just say it.. you would like to create two columns with different content sources lets say an external page[.php,.html .. e.t.c]. For my web apps this is what i do:-i will use an example: ==>supposing this is my index.php file === <div1> [Shows my page header] </div> <div2> [Shows my page content] </div> <div3> [Shows my page footer content] </div> Content posting -- --create your header.php file --create your footer.php file NB: save all the includes pages in one directory like /inc/...> to show the header content this is what i will do: using php ===and my content will be displayed in here do the same for other pages ==HOPE THIS HELPS ==