Pagina 1 di 1

attributi del tag target

MessaggioInviato: gio apr 27, 2006 2:17 pm
da pagliaccio
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
<a href="nuovodestro.html" target="blank"="sinistri">guarda qui</a>
</body>
</html>
Nel 4 frame sia che per l'attributo target il blank il top o il self il frame si comporta sempre solo come blank dove stà il problema

MessaggioInviato: ven mag 05, 2006 7:28 pm
da babar
target="_blank"

vado a memoria ma mi sembra così