Originariamente inviato da Andrea1979
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="0; URL=index.html">
<title>...:: Reload ::...</title>
</head>

<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
  <frame name="topFrame" scrolling="NO" noresize >
  <frame src="http://www.yahoo.com" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
Questa fa il reload di tutto, ossia anche di yahoo.com: certo che a 0 secondi come l'ho messa io da proprio fastidio
ok grazie mille