Quoting Mike Wilson <[EMAIL PROTECTED]>: > It's a range, which would essentially do: > ie.link(:index, 1).flash > ie.link(:index, 2).flash > ie.link(:index, 3).flash > ...etc... > ie.link(:index, 40).flash Right, I forgot that :index isn't zero-based.
> What I'm getting at, is that I attempted to flash every link > available, which worked on the "Home Node" (flashed just to the right > of the + image), but not on the "Start Node". If links can be > referenced by index on the page, then each link should be visible > given the correct index value, so that link *should* have flashed > (unless somehow my index number wasn't high enough, but I'm sure it > was). You are definitely doing the right thing - JS tree views can be tricky. Sorry I don't have much in the way of help. -Jonathan _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
