User Profile

Collapse

Profile Sidebar

Collapse
ehsansad
ehsansad
Last Activity: Jan 26 '07, 11:42 AM
Joined: Jan 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ehsansad
    replied to missing ) after argument list?
    found the answer:
    Code:
    <a href="#" onclick="refreshDefinitionArea(\''+value+'\');">'+name+'</a>';
    thanks
    See more | Go to post

    Leave a comment:


  • ehsansad
    started a topic missing ) after argument list?

    missing ) after argument list?

    I have the following code.
    Code:
    function updateTermsList() {
        var termDivBox = document.getElementById("termarea");   
        var terms = searchXMLHttp.responseXML.getElementsByTagName("term");
        for(var i=0;i<terms.length;i++){
            var name = terms[i].childNodes[1].firstChild.nodeValue;
            var value =  new String(terms[i].childNodes[0].firstChild.nodeValue);
    ...
    See more | Go to post
No activity results to display
Show More
Working...