Forum Moderators: open
when the user clicks on a link the following code is executed:
href="index.php?page=****.htm"
in the <td> element of the webpage where the links are shown i have the following php code:
include($_GET['page'])
this has as a result that the complete webpage is refreshed.
but i only want to refresh the <td> element.
is there a way to do this, by not using an iframe?
grtz kristof