The files you are trying to load, like:
Code:
http://74.52.120.66/~jzhang/Test%20crap/asia.php
http://74.52.120.66/~jzhang/Test%20crap/bio.html
are 404 not found because they are in the parent folder.
Even when you get this worked out, something like:
Code:
<li><a href="javascript:ajaxpage('../asia.php', 'display');">Asia</a></li>
I can tell you that what you are trying to do, load the PHP Photo Album script, will not work. Scripts on remote pages loaded via AJAX do not run. Some scripts are fairly easily adapted to this situation, but since PHP Photo Album makes extensive use of writing to the page as the page is loading, it would need to be extensively rewritten to even have a chance of working in an AJAX environment. So you should use an iframe, possibly an object tag, or even a frameset to load in the external PHP Photo Album pages.
Bookmarks