Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
  −
<!-- The text field -->
  −
<input type="text" value="Hello World" id="myInput">
  −
   
<!-- The button used to copy the text -->
 
<!-- The button used to copy the text -->
<button onclick="myFunction()">Copy text</button>  
+
<button onclick="myFunction()">Copy to clipboard the text to send</button>  
       
function myFunction() {
 
function myFunction() {
 
   /* Get the text field */
 
   /* Get the text field */
   var copyText = document.getElementById("myInput");
+
   var copyText = "{{access|{{{qID}}}}}}}";
    
   /* Select the text field */
 
   /* Select the text field */
Line 17: Line 13:  
   /* Copy the text inside the text field */
 
   /* Copy the text inside the text field */
 
   document.execCommand("copy");
 
   document.execCommand("copy");
  −
  /* Alert the copied text */
  −
  alert("Copied the text: " + copyText.value);
   
}  
 
}  
    
<a href="{{MailtoAccess|{{{qID}}}}}"> Do a GDPR SAR to this controller!</a>
 
<a href="{{MailtoAccess|{{{qID}}}}}"> Do a GDPR SAR to this controller!</a>
  −
{{access|{{{qID}}}}}}}
 

Navigation menu