View Single Post
Old July 8th, 2008, 10:59 PM   #21 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Now only if we can implement an auto copy for it like using this snippet of coding, javascript for firefox of course:

<SPAN ID="copytext" STYLE="height:150;width:162;background-colorink">
<TEXTAREA ID="holdtext" onClick="ClipBoard();">
This text will be copied onto the clipboard when you click
</TEXTAREA>
</SPAN>

SPAN surrounding text. That SPAN is given the ID "copytext". Whatever is within the SPAN commands is what will be copied.

Is this possible Chuck?
skidpics is offline   Reply With Quote