ragtek
09-23-2007, 09:11 AM
ive tried it with this code:
function sel(){
document.vB_Editor_QR_textarea.value = "bla";
}
but i'm getting this error back:
document.vB_Editor_QR_textarea has no properties
somebody knows what's wrong?
thx
problem solved
problem solved with fetch_object :)
function sel(){
document.vB_Editor_QR_textarea.value = "bla";
}
but i'm getting this error back:
document.vB_Editor_QR_textarea has no properties
somebody knows what's wrong?
thx
problem solved
problem solved with fetch_object :)