Valhalla Legends Archive

Programming => Web Development => Topic started by: FrOzeN on October 06, 2006, 11:31 PM

Title: iFrame Trick
Post by: FrOzeN on October 06, 2006, 11:31 PM
This may be handy if you don't have time to learn AJAX.

http://www.clananthrax.net/php/other/example.php
http://www.clananthrax.net/php/other/example.phps

Update your page with a hidden iFrame. :)
Title: Re: iFrame Trick
Post by: rabbit on October 07, 2006, 07:11 AM
An easier thing to do (and is what I first did with PHP), is to make everything in HTML, and then make the menu its own file, and then use <?php include('menu.php'); ?> on every page.
Title: Re: iFrame Trick
Post by: FrOzeN on October 07, 2006, 09:24 PM
I know that, but it was only an example to show the iFrame trick to make it work similar to AJAX. There's no point in adding other pages to an example.
Title: Re: iFrame Trick
Post by: topaz on October 08, 2006, 12:48 AM
Quote from: FrOzeN on October 07, 2006, 09:24 PM
I know that, but it was only an example to show the iFrame trick to make it work similar to AJAX. There's no point in adding other pages to an example.

It doesn't really seem like AJAX, but then I again I haven't seen/used a lot of it. (Digg, Yahoo's new interface, Google Maps)
Title: Re: iFrame Trick
Post by: Akamas on October 08, 2006, 08:08 PM
Nothing at all like AJAX.