Valhalla Legends Forums Archive | Web Development | iFrame Trick

AuthorMessageTime
FrOzeN
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. :)
October 7, 2006, 4:31 AM
rabbit
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 [tt]<?php include('menu.php'); ?>[/tt] on every page.
October 7, 2006, 12:11 PM
FrOzeN
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.
October 8, 2006, 2:24 AM
Topaz
[quote author=FrOzeN link=topic=15831.msg159543#msg159543 date=1160274257]
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.
[/quote]

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)
October 8, 2006, 5:48 AM
KoRRuPT
Nothing at all like AJAX.
October 9, 2006, 1:08 AM

Search