notoriousjay
09-05-2003, 04:47 PM
I was wondering if there was any way I use the copy to clipboard script more than once on a webpage??
Code:
<SCRIPT LANGUAGE="JavaScript">
function ClipBoard()
{
holdtext.innerText = copytext.innerText;
Copied = holdtext.createTextRange();
Copied.execCommand("RemoveFormat");
Copied.execCommand("Copy");
}
</SCRIPT>
I posted the code if you don't recall... Can ya help?? Thanx
Jay
Code:
<SCRIPT LANGUAGE="JavaScript">
function ClipBoard()
{
holdtext.innerText = copytext.innerText;
Copied = holdtext.createTextRange();
Copied.execCommand("RemoveFormat");
Copied.execCommand("Copy");
}
</SCRIPT>
I posted the code if you don't recall... Can ya help?? Thanx
Jay