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

    gli attributi del tag target

    ecco il codice del frame interesati
    1)<html><head><title>sinistro</title></head>
    <body> Questo file appare nella colonna sinistra </body>
    </html>
    2)<html><head><title>nuovodestro</title></head>
    <body>pippo e pluto si ingrigliano a vicenda</body>
    <html>
    3)<html>
    <head><title>non va </title></head>
    <frameset cols="50%,50%">
    <frame name="sinistri" src="sinistro.html">
    <frame name="destro" src="destro.html">
    </frameset>
    </html>
    4)<html><head><title> destro</title></head>
    <body> Questo file appare nella colonna destra
    guarda qui
    </body>
    </html>
    Nel 4 frame sia che l'attributo per il target sia blank top o il self il frame si comporta sempre solo come blank dove stà il problema

  2. #2

    Re: gli attributi del tag target

    Prima delle parole chiave blank, top, self devi mettere "_" senza virgolette.

    Esempio
    codice:
    Testo

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.