Visualizzazione dei risultati da 1 a 7 su 7

Discussione: iframe

  1. #1

    iframe

    Indx.html
    <html>
    <head>
    <title>.::Ale90::. -Home page-</title>
    </head>
    <frameset rows="15%,*" border="1">
    <frame src="alta.html">
    <frameset cols="16.5%,*" border="1">
    <frame src="destra.html">
    <frame src="centro.html" name="visualizza">
    </frameset>
    </frameset>
    </html>

    Come mai quando io clicco su un collegamneto che ho dentro la pagina destra non mi va al centro ??

    Vi metto le altre pagine

    alta.html
    <html>
    <head>
    <title>.::Ale90::.-Banner-</title>
    </head>
    <body bgcolor="7fffd4">
    alta
    </body>
    </html>

    centro.html
    <html>
    <head>
    <title>.::Ale90::.-Centro-</title>
    </head>
    <body bgcolor="ff00ff">
    centro
    </body>
    </html>

    destra.html

    <html>
    <head>
    <title>.::Ale90::.-Indice-</title>
    </head>
    <body bgcolor="a0511d">
    destraCiao
    </body>
    </html>

    link_1.html

    <html>
    <head>
    <title>.::Ale90::.-Centro-</title>
    </head>
    <body bgcolor="ff00ff">
    link_1
    </body>
    </html>

    ecco mi potete aiutare



    Grazie in anticipo

  2. #2
    Va al centro solo se specifichi come target del link il centro.

  3. #3

  4. #4
    Originariamente inviato da Alex90
    e come??
    Nel tuo link aggiungi l'attributo target

    codice:
    target="nomedeltarget"

  5. #5
    Mi potresti dare il codice modificato non capisco nulla

  6. #6
    Questo è un link

    codice:
    Ciao
    Questo è un link con target

    codice:
    Ciao

  7. #7

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 © 2024 vBulletin Solutions, Inc. All rights reserved.