I have a javascript link as:
<A onclick="Home();" style="cursor:pointer; cursor:hand;">Home</a>
And I have html content on the Home.php
I would like to know if it is possible to have the html contents from Home.php to show in the MainText using innerhtml or something else?
ex: <td Id="MainText"> ::Html Show here on Home link click::</td>
Start Free Trial