javascript - How to include a division from another webpage and put it in a division? -


how can include div webpage , display on webpage? can use iframe? help!

if using .php in pages can use include example

you have header div let's name header.php

<header>   <div>    //....   </div> </header> 

you can include on other pages example in index.php

<?php include 'header.php'; ?> 

hope help.


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

sql server - TFS 2012 TF255062 Error after removing 'Active Directory' Role -