User Profile

Collapse

Profile Sidebar

Collapse
bent27
bent27
Last Activity: Feb 13 '08, 09:33 PM
Joined: Dec 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thank you for your reply gits, I hadn't logged in for quite a while, should I include the enitre script file? anyways, I have included it!!

    [CODE=javascript]//BEGIN
    addEvent(window , "load", sortables_init) ;

    //Common Variables
    var SORT_COLUMN_IND EX;
    var oldRows = new Array();

    //=============== =============== =============== =============== =============== ======
    // This...
    See more | Go to post
    Last edited by gits; Jan 31 '08, 09:37 PM. Reason: added code tags

    Leave a comment:


  • bent27
    started a topic 'parentNode' is null or not an object error

    'parentNode' is null or not an object error

    I'm new to javascript...I' m getting 'parentNode' is null or not an object error in the following code

    [CODE=javascript] for (var ci=0;ci<headerL ink.parentNode. childNodes.leng th;ci++) {
    if (headerLink.par entNode.childNo des[ci].tagName && headerLink.pare ntNode.childNod es[ci].tagName.toLowe rCase() == 'span') span = headerLink.pare ntNode.childNod es[ci];
    }[/CODE]

    can anybody tell me...
    See more | Go to post
    Last edited by gits; Dec 20 '07, 08:31 PM. Reason: added code tags
No activity results to display
Show More
Working...