PHP:
-
$fp =
fopen("count.txt",
"r");
-
-
-
//zählerstand um eins erhöhen
-
$count++;
-
$fp =
fopen("count.txt",
"w");
-
// wird in die count.txt eingeschrieben
-
-
-
echo "Load $count times";
JavaScript:
-
<script language="JavaScript1.2">
-
<!--
-
if (screen.width==800||screen.height==600)
-
window.location.replace("http://www.domain.de/index800.html")
-
else if (screen.width==640||screen.height==480)
-
window.location.replace("http://www.domain.de/index640.html")
-
else if (screen.width==1024||screen.height==768)
-
window.location.replace("http://www.domain.de/index1024.html")
-
else if (screen.width==1280||screen.height==1024)
-
window.location.replace("http://www.domain.de/index1280.html")
-
else
-
window.location.replace("http://www.domain.de/indexHigh.html")
-
//-->
-
</script>
-
-
//nach gewisser zeit schließen
-
-
<script LANGUAGE="JavaScript">setTimeout("self.close();",
-
400);</script>
-
-
//auf dropdown menu bild anzeigen
-
-
<select size="1" name="icons"
-
onchange="document.icon.src=this.options[this.options.selectedIndex].value+'.gi
-
f';">
-
<option selected value="kein">kein</option>
-
-
<img name="icon"src="kein.gif" width="33" height="33"
-
border="0">
HTML:
-
-
-
-
-
<script language="JavaScript1.2"><!--
-
function fullScreen() {
-
moveTo(0,0);
-
if (document.layers) {
-
self.outerWidth=screen.width;
-
self.outerHeight=screen.height;
-
}
-
if (document.all) {
-
resizeTo(screen.width, screen.height);
-
}
-
}
-
//--></script>
-
</head>
-
<body onLoad="fullScreen();">
-
</body>
-
</html>
HTML:
-
-
target="neuesfenster"
-
onclick="window.open('','neuesfenster','top=50,screenX=50,left=100,screenY=100,
-
height=200,width=200')">
-
Linktext</a>
HTML:
-
-
-
-
.machen { }
-
a:Hover .machen {filter: gray();}
-
</STYLE>
-
</head>
-
-
<BODY BGCOLOR = "#FFFFFF">
-
<A HREF="#"><IMG CLASS="machen" SRC="52.jpg"
-
BORDER="0"></A>
-
-
</BODY>
-
</HTML>