• Google Buzz

First paste all code here in your front end:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<script type="text/javascript">
function doact(d){ 
var doc=eval("document.readme."+d); 
cp = doc.createTextRange(); 
cp.execCommand("RemoveFormat"); 
doc.focus(); 
doc.select(); 
cp.execCommand("Copy"); 
alert('Text Copied \nthanks for playing'); } 
 
function highlighter() {
document.read.txt.select();
document.read.txt.execCommand("RemoveFormat"); 
document.read.txt.focus();
}
 
</script>



Please “allow access” for copy code when window pops up.


Then after you have done that you should be able to make the form box and set it up to work.


Please “allow access” for copy code when window pops up.

If you need to make sure everything is right you should try it on your website first. Ok the big disclaimers on this code, you cannot put more than one on a post/website page. Ok a few more things:

  1. <form name=”readme“>
  2. var doc = eval(“document.readme.”+d);
  3. document.readme.text.select();
  4. (all highlighted red have to have the same value)
  5. <textarea name=”text
  6. document.readme.text.select();
  7. (all highlighted red have to have the same value)



Any questions please don’t hesitate to contact me.



~~~~~Written by Tom -Visit Website~~~~~
~~~~~Subscribe to my RSS Feed.~~~~~

VN:F [1.8.4_1055]
Rating: 10.0/10 (2 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)
Copy paste textbox10.0102

Popularity: 6%



Related Posts
Related Websites