Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6370999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:00:12+00:00 2026-05-25T01:00:12+00:00

I was getting an error of d.tagName is undefined in the code below. This

  • 0

I was getting an error of d.tagName is undefined in the code below. This would happen when I inserted a new element into a list in alphabetical order and it was greater then the last element in the list. In this case it should be inserted at the end of the list. e and b are the elements to be inserted and d is the element they are to be inserted before in order to maintain alphabetical order. It works fine except for the case I mentioned where the elements are the last in the list.

  while(d=d.nextSibling) 
    {
    if(d.tagName=="undefined")
      {
      a.insertBefore(e,d);
      a.insertBefore(b,d);
      break;
      }
    else if(d.tagName.toLowerCase()==="a" && (b.innerHTML<d.innerHTML))
      {    
      d=d.previousSibling;
      a.insertBefore(e,d);
      a.insertBefore(b,d);
      break;
      }
    }
    return 1;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:00:13+00:00Added an answer on May 25, 2026 at 1:00 am

    Algorithm is thus (is pseudo code)

    set inserted to false
    go through the list
    if the current item of the list is alphabetic comes after the one to be inserted
    then
    insert it before
    mark it as inserted ie inserted is true
    
    
    If after going though the whole list (ie inserted is false) then just append it to the list
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hi im new to c# and was trying to code but getting error can
hi i hav a code like this in the end i m getting error
Getting error on this line in my code:- objGetAdd.UserAddlID = int.Parse(e.CommandArgument.ToString()); Button in aspx
I'm getting this error on Chrome & IE Cannot read property 'tagName' of null
I'm getting this error when trying to run a query that inserts results into
I am getting 'indexOutofRangeException occurred' error - 'FixedActual' this is the code i am
I am getting error trying to run my asp code for executing stored proc.
I wrote following code...but i am getting Error like: Error 1 'LoginDLL.Class1.Login(string, string, string)':
With the following code, I keep getting error C2535 when I compile. It's complaining
Getting error with Could not find endpoint element with name 'CaseJacketPort' and contract 'GrandJuryService.CaseJacket'

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.