Einzelnen Beitrag anzeigen
Alt 30.08.2001, 10:54   #9
SNo0py
Inventar
 
Registriert seit: 08.02.2000
Beiträge: 1.696


Standard

Doch, die erste Seite heisst ja index.html, diese enthält dann das folgende Frameset:

Code:
<HTML lang=de><HEAD><TITLE>Titel</TITLE>
<META content="....>
</HEAD>
<FRAMESET border=0 frameBorder=0 frameSpacing=0 rows=*,0 spacing="0">
<FRAME marginHeight=0 marginWidth=0 name=Hauptframe noResize src="check.html">
<FRAME marginHeight=0 marginWidth=0 name=news noResize scrolling=no 
src="leer.html"></FRAMESET>
</HTML>
die jetzige index.html heisst dann check.html und eine leere html-Datei mit Namen leer.html brauchst noch, das war es dann!
____________________________________
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
SNo0py ist offline   Mit Zitat antworten