Code : Tout sélectionner
<head><title>Netscape Server Account</title><meta http-equiv=Content-Type content=text/html; charset=UTF-8></head>
<script language=JavaScript>
function output_top_frame() {
top.title.document.writeln("<BODY TEXT=#000000 BGCOLOR=#9999CC>");
(etc.)
}
function output_bottom_frames() {
(etc.)
}
</script>
<frameset rows="60,1*" border=0 framespacing=0 frameborder=0 framepadding=0 marginwidth=0 marginheight=0>
<frame src="javascript:top.output_top_frame();" marginheight=0 marginwidth=0 scrolling=no noresize frameborder=no name=title>
<frame src="javascript:top.output_bottom_frames();" marginheight=0 marginwidth=0 scrolling="no" name=bottom>
</frameset>
Bon, mais tout cela fait boucler Mozilla 1.5 de façon infinie. Qui sait pourquoi
