Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2011-06-03, 09:48 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
I used to dup a simple page that had a few clickcopy boxes, and a list of the submission URLs & and the post URLs.

A quick search/replace of the post URLs, and fill in the boxes with the submission information was all I needed!

Here's the coding for the click boxes!
HTML Code:
<TEXTAREA class=boxtext name=title rows=2 wrap=virtual cols=50 onclick="doCopy(this)">Put title here</textarea>

<TEXTAREA class=boxtext name=desc rows=3 wrap=virtual cols=50 onclick="doCopy(this)">Put Description here</TEXTAREA>
And this is the JS script code for the click boxes!
HTML Code:
<script>

function doCopy(what){

Copied = what.createTextRange();
Copied.execCommand("Copy");

}

</script>
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash

Last edited by tickler; 2011-06-03 at 09:51 AM..
tickler is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:30 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc