copy-ro-clipbord-with-plugin.php


Quell Code


<html>
<head>
<style>
#a1{
font-size:50px;
color:green;
}
#a2{
font-size:20px;
color:red;
}
#a3{
font-size:70px;
color:blue;
text-decoration:underline;
}

</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/clipboard.js/1.5.12/clipboard.min.js"></script>

</head>
<body id="body1">
<span> Text ohne Formatierung</span><br>
<span id="a1">Das ist Text 1 und grün</span><br>

<span id="a2">Text der rot ist</span><br>
<span id="a3">Text der Blau und groß ist</span><br>

<p>Hier noch ein Bischen bla Text. <br>Klicke auf Text Kopieren und füge 
den Text der im Speicher ist mal bei word ein ob er da so übernommen wird</p>

<a class="copy-text" data-clipboard-target="#body1" href="#">Text Kopieren</a>

</body>
<script>
$(function(){
  new Clipboard('.copy-text');
});


</script>
</html>


Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
vConsole
09:41:55
Uncaught TypeError: Cannot read properties of null (reading 'style')
/loesungen/index.php?name=copy-ro-clipbord-with-plugin.php&ordner=loesungen:5446:53
09:41:55
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=3.2.1-jquery.min.js:4:22481
09:41:55
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=MooTools.min.js:1:1
09:41:55
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=EnlighterJS.min.js:3:17773
09:41:55
Uncaught TypeError: window.addEvent is not a function
/loesungen/index.php?name=copy-ro-clipbord-with-plugin.php&ordner=loesungen:2786:8
09:41:55
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=pace.js:1:1
09:41:55
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=cookieconsent.min.js:1:20809
09:41:55
500
09:41:55
Uncaught SyntaxError: Unexpected token '<'
/js/alljs.php:408:2
09:41:55
WeChatLib: 0 (xxxx.xx.xx)
09:41:56
System: Unknown
09:41:56
Protocol: HTTPS
09:41:56
UA: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
09:41:56
navigationStart: 1743932513627
09:41:56
navigation: 1ms
09:41:56
dns: 0ms
09:41:56
tcp: 0ms
09:41:56
request: 989ms
09:41:56
response: 2ms
09:41:56
domComplete (domLoaded): 1036ms (985ms)
09:41:56
loadEvent: 19ms
09:41:56
total (DOM): 2406ms (2387ms)