i've got a file called template.php, it has a links menu in it and a table inside a cel. i've figured out how to get my home.html content inside the table but i don't know what the code would be to make the buttons change the content in the table?
heres the code i have so far in the table of template.php
<table width="99%" height="770" border="0" cellpadding="4" cellspacing="5">
<tr><div class="body">
<td height="760" valign="top"><?php @ require_once ("home.html"); ?>
</td></div>
</tr>
</table>
i just need to know how to get a button to do the same thing except only when you click them. Can you help?
"><?php @ require_once ("home.html"); ?>