Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Mpdreamz
  • Content: Threads
  • Order by date
  1. Mpdreamz

    Unexpected call to method or property

    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...
  2. Mpdreamz

    Another Regex questions

    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...
  3. Mpdreamz

    Regex question

    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...

Part and Inventory Search

Back
Top