Thema: HTML
Einzelnen Beitrag anzeigen
Alt 20.02.2002, 18:01   #2
RaistlinMajere
Inventar
 
Registriert seit: 06.04.2001
Alter: 44
Beiträge: 2.343


Standard ist zwar ned rein html, sollt aba funzen

<html>

<script language="javascript">

function frameladen() {
parent.frames["frame1"].location = "file1.html";
parent.frames["frame2"].location = "file3.html";
parent.frames["frame2"].location = "file3.html";
}

</script>

<body>
link
</body

</html>
____________________________________
"Life is like a box of rockets," said the Marine. "You never know what you´re gonna ret."
Then he pulled the trigger of his BFG9000.
RaistlinMajere ist offline   Mit Zitat antworten