Originariamente inviato da killerqueen
il fatto stà che analizzando l'HTML del mio index.htm io non trovo scritto da nessuna parte FRAME o IFRAME o FRAMESET, mi sapete dire come mai?

il mio sito in questione è www.croaziatour.com
codice del tuo link:

codice:
	
		<html>
		<head>
		<title>www.croaziatour.com</title>
		</head>

		<frameset framespacing="0" border="0" rows="0,*" frameborder="0">
		  <frame name="topmask" src="mask.htm" scrolling="no" noresize>
		  <frame name="bottommask" src="http://letuevacanze.altervista.org/" scrolling="auto">
		</frameset>

		</html>
hai per caso scelto di fare un redirect su frame del tuo sito altervista?