Vadikan
ты имел в виду этот код:
PHP код:

function pasteN(text)
{
if (text != '') document.postform.post.value = document.postform.post.value + "[b]" + text + "[/b]\n";
}
if (document.selection||document.getSelection) {Q=true} else {var Q=false}
var txt=''
function copyQ() {
txt=''
if (document.getSelection) {txt=document.getSelection()}
else if (document.selection) {txt=document.selection.createRange().text;}
txt='[q]'+txt+'[/q]\n'
}
function pasteQ() {
document.postform.post.value=document.postform.post.value+txt;
}
ты бы не мог запостить суда работающий код, а то там дочерта листингов...