I want to call 3 or more different links within the same iframe, according to an ID, or something, that I can do in JavaScript

0

This is the iframe that calls a link , I wanted to keep this iframe structure and can call more iframes while maintaining this structure:

<div>
        <iframe      
                width="1100"
                height="500"
                id="teste"
                src="google.com"
                scrolling="no">
        </iframe>
</div>
    
asked by anonymous 28.10.2015 / 16:36

0 answers