View Single Post
Old 2005-01-06, 05:49 AM   #1
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Lightbulb Copy form field to clipboard

Got tired of high-lighting and then copying form fields to the clipboard when posting, so...................

Add this before the form:
Code:
<script>
<!--
function doCopy(what){
Copied = what.createTextRange();
Copied.execCommand("Copy");
}
//-->
</script>
Add this to your form fields:
Code:
onclick="doCopy(this)"
So now just clicking on the form field automatically copies the field text to the clipboard.

You can send me money or girls
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote