giovedì 10 febbraio 2011

URL fantasma



Navigando sul sito A viene caricato il sito B mantenendo nella barra degli indirizzi l'url del sito A

con il seguente codice


<html>
<head>
<title>TITOLO DELLA PAGINA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="*,0" BORDER=0> <frame src="urlsitoB.estensione">
</frameset>
<noframes>
<body>
</body>
</html>

Nessun commento:

Posta un commento