Page drop Ins......

What is the easiest way to add outside pages kind of like an Iframe but we all know what that does............Is it a PHP code with a PHP block that can do that?  Can someone supply the code to me so I can simply replace whatever path the new page will be.  Thank you...........

Csampson
Quote · 5 Mar 2011

Outside as in outside your site?

If so iframe is still the only way. even for some inside stuff a iframe is still the only way if the page you're loading contains any links.

To load a page into a div on an existing page is can be done with jquerys load. It's javascript. Also known as ajax.

But if the page you loading has any relative links this method will not work. In fact it breaks most all links.

So basically for most tasks unless the page you loading was specifically written to be loaded with ajax then a iframe is still the only way.

https://www.deanbassett.com
Quote · 5 Mar 2011

http://www.dynamicdrive.com/dynamicindex17/index.html

some helpful scripts inc ajax and js

 

happy thoughts

Quote · 5 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.