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 -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -