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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.