codice:
<? $sito = $_GET['link']; ?>
<html>
<head>
<title>Vai al sito: </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="34,*" cols="*" framespacing="0" frameborder="no" border="1">
<frame src="top.php" name="topFrame" scrolling="NO" noresize >
<frame src="<? echo $sito; ?>" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
Questo è il set di frame,
codice:
By CFLink - Per togliere il frame clicca qui
e questo il banner. Eppure il "qui" non mi porta al sito passato prima