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 Chris Miller 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: TomTo
  • Order by date
  1. TomTo

    How to find duplicates in two arrays

    Lee, Thanks. This works exactly except for one minor problem. You have written: arrstring1 = arrstring1.replace(replacestring, ' '); If I take out the space in the second argument of both replace() functions then I get only one separator between the two remaining elements in the array rather...
  2. TomTo

    How to find duplicates in two arrays

    Lee, Not sure what you meant by "Ignore that last posting of mine." The code you wrote works except that it also eliminates the element "Thanks". Now, as I am very new to this, I'll have to study carefully what you wrote to see why it works to make an array with one element but fix it so that...
  3. TomTo

    How to find duplicates in two arrays

    Here is what I wrote. It adds all the elements in Array1 and Array2, creating Array3. It sorts the latter so that all duplicate elements are next to each other, finds the duplicates and converts them to nothing. But, Array3 still has a total of 12 elements. You can see this in the alert because...
  4. TomTo

    How to find duplicates in two arrays

    I have two arrays that have overlapping elements. I would like to make a third array that only has the unique elements. I can concatenate them using Array1.concat(Array2), but this of course just puts them together. I suspect the answer is finding the duplicates in this array and zapping them...
  5. TomTo

    How to scroll content, leaving navigator stationary

    Dear Wiser3, I tried as you suggested. In fact, I had already written (or rather GoLive had written) the code for me exactly the way you said. What this does is open up the content page in the navigator pop up page. I think the solution lies somewhere in creation CSS Actions, but the Help in...
  6. TomTo

    How to scroll content, leaving navigator stationary

    I have a long article with a number of subheadings that I wish to display on the web. I have put this article in a table with the table of contents—the sub heads—in a column on the left to act as a navigator. Of course, when one scrolls down the article one loses sight of the navigator. I know...

Part and Inventory Search

Back
Top