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

Asked

Viewed 107 times

0

That’s the iframe who calls a link, wanted to maintain this structure of iframe and may call for more iframes maintaining this structure:

<div>
        <iframe      
                width="1100"
                height="500"
                id="teste"
                src="google.com"
                scrolling="no">
        </iframe>
</div>
  • Want to show different links within the same iframe? Is that it? and as you know that you should change the page inside the iframe, there is some place where the user should click?

  • Look -> http://answall.com/questions/92199/como-mudar-o-src-de-um-iframe-sem-alterar-a-url-do-usu%C3%A1rio? Rq=1

  • need to call different links by java script, according to some parameter

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.