Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>"Lichtschalter"</title>
<script type="text/javascript">
<!--
function aendereFarbe()
{
document.bgColor = "#FF0000";
}
//-->
</script>
</head>
<body>
[url="javascript:aendereFarbe()"]Klick mich![/url]
</body>
</html>
<input type="button" value="Klick mich!" onClick="self.location.href=('javascript:aendereFarbe()')">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>"Lichtschalter"</title>
<script type="text/javascript">
<!--
function aendereFarbe()
{
document.bgColor = "#FF0000";
}
function normalfarbe()
{
document.bgColor="#ffffff";
}
//-->
</script>
</head>
<body>
[url="javascript:aendereFarbe()"]Klick mich![/url]
<body onClick="normalfarbe()">
</body>
</html>