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.
<html>
<head>
<script type="text/javascript">
<!--
function a()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value + "a";
}
function b()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"b";
}
function c()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"c";
}
function d()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"d";
}
function e()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"e";
}
function f()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"f";
}
function g()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"g";
}
function h()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"h";
}
function i()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"i";
}
function j()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"j";
}
function k()
{
document.getElementById("textfeld").value = document.getElementById("textfeld").value +
"k";
}
//-->
</script>
</head>
<body>
<button style="background-color:blue; color:red;" onClick="javascript:a()">a </button>
<button style="background-color:blue; color:red;" onClick="javascript:b()">b </button>
<button style="background-color:blue; color:red;" onClick="javascript:c()">c </button>
<button style="background-color:blue; color:red;" onClick="javascript:d()">d </button>
<button style="background-color:blue; color:red;" onClick="javascript:e()">e </button>
<button style="background-color:blue; color:red;" onClick="javascript:f()">f </button>
<button style="background-color:blue; color:red;" onClick="javascript:g()">g </button>
<button style="background-color:blue; color:red;" onClick="javascript:h()">h </button>
<button style="background-color:blue; color:red;" onclick="javascript:i()">i </button>
<button style="background-color:blue; color:red;" onClick="javascript:j()">j </button>
<button style="background-color:blue; color:red;" onClick="javascript:k()">k </button>
<textarea cols="70" rows="5" name="textfeld" id="textfeld"></textarea>
</body>
</html>
<?php
$a = nl2br($_POST['a']);
?>
Von nichts kommt nichts.zum lernen hab ich momentan relativ wenig zeit und lust trozdem danke noch mal