Tuesday 13 February 2018

Include Other Web Pages On Button Click | Dynamic Page Using JavaScript And HTML | WAMP


Source Code:- Home_Page.php 


<center><h1 style="background-color: darkgreen"><font color="yellow">Dynamic Page</font></h1></center>
<table border="1" height="100%" width="100%">
    <tr>
        <th width="20%" onclick="document.getElementById('dynamic').innerHTML='<iframe src=Pagignation.php width=100% height=100%></iframe>';     ">
         First Page  
        </th>
        <th rowspan="4" id="dynamic">
        
        </th>
    </tr>
    <tr height="85%">
        <th>
           
        </th>
    </tr>
</table>

No comments:

Post a Comment