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.
...
<script type="text/javascript">
//<![CDATA[
function clpSet() {
window.clipboardData.setData("Text", document.name.text.value);
}
//]]>
</script>
...
<form name="name" action="">
<input type="hidden" name="text" value="Dies ist der zu kopierende Text!" />
<input type="button" value="Kopieren" onclick="clpSet();" />
</form>
...
<table id="Tabelle1" border="1" cellspacing="2" cellpadding="2" width="100%" style="height: 36;" >
<tr style="height: 24px;">
<td width="58">
<p>test</p>
</td>
<td width="58" <head>
<script type="text/javascript">
//<![CDATA[
function clpSet() {
window.clipboardData.setData("Text", document.name.text.value);
}
//]]>
</script>
</head>
<body>
<form name="name" action="">
<input type="hidden" name="text" value="Dies ist der zu kopierende Text!" />
<input type="button" value="Kopieren" onclick="clpSet();" />
</form>
</body>>
<p> </p>
</td>
</tr>
</table>
</body>>
<html>
<head>
<title>...</title>
<script>
</script>
</head>
<body>
<form>
<table>
<tr>
<td>
<input />
</td>
</tr>
</table>
</form>
</body>
</html>