Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Come Faccio Ad Inserire Due O Più Iframe In Una Pagina???

    :berto: :berto:
    NON RIESCO AD INSERIRE PIù DI UN IFRAME IN UNA PAGINA...NEL SENSO CHE SE INSERISCO IN UNA PAGINA TRE SCRIPT DI IFRAME, ME NE COMPARE SOLO 1...C'è UN MODO PER FARLI COMPARIRE TUTTI??? ECCO LO SCRIPT KE USO:

    <script language="JavaScript1.2">

    //Random iframe content- © Dynamic Drive (www.dynamicdrive.com)
    //For full source code, and Terms Of use, visit http://dynamicdrive.com
    //This credit MUST stay intact for use

    var ie=document.all&&navigator.userAgent.indexOf("Oper a")==-1
    var dom=document.getElementById&&navigator.userAgent.i ndexOf("Opera")==-1

    //Specify IFRAME display attributes
    var iframeprops='width=150 height=300 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'

    //Specify random URLs to display inside iframe
    var randomcontent=new Array()
    randomcontent[0]="http://www.youtube.com/results?search_query=puglia"

    //No need to edit after here
    if (ie||dom)
    document.write('<iframe id="dynstuff" src="" '+iframeprops+'></iframe>')

    function random_iframe(){
    if (ie||dom){
    var iframeobj=document.getElementById? document.getElementById("dynstuff") : document.all.dynstuff
    iframeobj.src=randomcontent[Math.floor(Math.random()*randomcontent.length)]
    }
    }

    window.onload=random_iframe

    </script>

    AIUMATEEEEME!!!

    :berto: :berto: :berto:

  2. #2

    risolto tutto...
    ho trovato 1 script semplicissimo e formidabile:

    <iFRAME name = "nomeiframe"
    src = "http://www.nomesito.it/default.asp"
    width = "200"
    height = "200"
    scrolling = "yes"
    frameborder = "0"
    align = "left"
    marginwidth = "0"
    marginheight = "0"
    ></iframe>
    </body>

    ...ELEMENTARE WHATSON.....

  3. #3
    Moderatore di JavaScript L'avatar di br1
    Registrato dal
    Jul 1999
    Messaggi
    19,998
    Originariamente inviato da davids980
    ho trovato 1 script semplicissimo e formidabile:
    cosi' semplice che non e' nemmeno uno script.

    ciao
    Il guaio per i poveri computers e' che sono gli uomini a comandarli.

    Attenzione ai titoli delle discussioni: (ri)leggete il regolamento
    Consultate la discussione in rilievo: script / discussioni utili
    Usate la funzione di Ricerca del Forum

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.