Example:
Navigation:
<ul >
<li><a href="#"><span>INICIO</span></a></li>
<li><a href="#"><span>FACEBOOK</span></a></li>
<li><a href="#"><span>STACKOVERFLOW</span></a></li>
</ul>
Embed:
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="index.php"></iframe>
</div>
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="www.facebook.com.br"></iframe>
</div>
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="http://pt.stackoverflow.com/"></iframe>
</div>
What I need:
Always start with the initial frame index.php
when the person clicks on the menu in facebook
, open the frame facebook
and so on