Dann nehmen wir einfach den Code von Kropff
[HTML] frame autoreload
Einklappen
X
-
Die Regeln | rtfm | register_globals | strings | SQL-Injections | [COLOR=silver][[/COLOR][COLOR=royalblue]–[/COLOR][COLOR=silver]][/COLOR]
-
Dann nehmen wir einfach den Code von KropffOriginal geschrieben von Kropff
im linken frame einfach
gruß
peterNukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
Meine Seite
Kommentar
-
OffTopic:
Dann liegt es sicher an den Sonnenwinden oder den Taliban. Wer weiß ...
Kommentar
-
Original geschrieben von AssAssinO
es geht nicht!!!
peterNukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
Meine Seite
Kommentar
-
also:
inhalt "index.htm"
Code:<html> <head> <title>EA-Prüfung</title> </head> <frameset rows="1*" cols="8%, 92%"> <frame name="lframe" scrolling="no" marginwidth="10" marginheight="14" src="lframe.htm" noresize> <frame name="rframe" scrolling="auto" marginwidth="10" marginheight="14" src="rframe.htm" noresize> <noframes> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <p>To view this page correctly, you need a Web browser that supports frames.</p> </body> </noframes> </frameset> </html>
Code:<html> <head> <title>EA-Prüfung</title> <script type="text/javascript"> setInterval("parent.rframe.location.reload()",60000); </script> </head> <body bgcolor="white" text="black" link="blue" vlink="purple" alink="red"> <p>rf</p> </body> </html>
Code:<html> <head> <title>EA-Prüfung</title> <body bgcolor="white" text="black" link="blue" vlink="purple" alink="red"> <p><iframe name="ifrm1" src="http://www.auszugebende-url.de" width="100%" height="100%" frameborder="0"></iframe></p> </body> </html>
PaX
Kommentar
-
iframe name="ifrm1" src="http://www.auszugebende-url.de" width="100%" height="100%" frameborder="0"></iframe>Die Regeln | rtfm | register_globals | strings | SQL-Injections | [COLOR=silver][[/COLOR][COLOR=royalblue]–[/COLOR][COLOR=silver]][/COLOR]
Kommentar
Kommentar