I get this whenever i try to alter an object in IE. The weird thing is that any function that only gets information works (such as alerting nodeValue) but whenever i try to alter the object (such as appendchild) to the object i get IE saying "Unexpected call to method or property" whilst it...
ok heres a question the answer to which i didnt find out the net .
\003(\d{0,2}),?(\d{0,2})
i us this regex to detect an mirc colour code (control+K) followed by a first digit and an optional second one tokened by a "," this works. however i need the digits to represent a colour that works in...
function showmn(txt) {
var txt = txt.replace(\x02(.*?)(?:\x02|$),'<b>\1</b>')
this.document.body.innerHTML=this.document.body.innerHTML+txt;
}
its a valid regex that does what i want in several languages and regex tools but in javascript i get an error saying an object is expected and sign 25...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.