page refresh work around (newbie)
Posted: Wed Aug 03, 2005 8:08 pm
Hello,
Hoping someone can give me a hand. I have an xml driven flash menu that cannot be refreshed everytime a page is loaded via this:
<a href="index.php?c=1">PAge link</a>
into this code in the body of my html:
<?php
if ($c != "") {
include("content".$c.".php");
} else {
include("content1.php");
}
?>
everytime I click the link, the page refreshes.....
So is there a work around so that when I click the link it loads the new content, I need it to work exactly like an iFrame....suggestions??
Thanks a million!
Hoping someone can give me a hand. I have an xml driven flash menu that cannot be refreshed everytime a page is loaded via this:
<a href="index.php?c=1">PAge link</a>
into this code in the body of my html:
<?php
if ($c != "") {
include("content".$c.".php");
} else {
include("content1.php");
}
?>
everytime I click the link, the page refreshes.....
So is there a work around so that when I click the link it loads the new content, I need it to work exactly like an iFrame....suggestions??
Thanks a million!