quote:
Originally posted by WDZ
* WDZ waits for example code
code:
function ClipBoard()
{
holdtext.innerText = copytext.innerText;
Copied = holdtext.createTextRange();
Copied.execCommand("Copy");
}
I just copied it from a site, don't know if it works. but I remember mess.be had a nick-name generator that copied the text with specioal chars to the clipboard to paste them in Messenger.
quote:
Maybe I could change the link on the date to the "copy to clipboard" script, because a link to what you're already viewing isn't useful.
And what if you want to link a specific post from another website?