|
|
|
|
|
|
|
|
|
#1 |
|
If there is nobody out there, that's a lot of real estate going to waste!
Join Date: Dec 2003
Posts: 2,177
|
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>
Code:
onclick="doCopy(this)" You can send me money or girls ![]() |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|