| Thanks! At least now I know I'm not going crazy. lol
Some things I also noticed is that if you look at the html source, above the
line that has all the elements for the "slideshow", you can see all the *.js
files and the global variables, and HTT will successfully mirror ALL of those
(when directed to do so).
Upon further inspection, I have to wonder if in this particular case, it is
the huge length of the line of code that prevents parsing. I did a copy/paste
(of the "var pg =" line only) into a Calc spreadsheet then used the =LEN()
function and it reported a length of 14,442 characters.
Perhaps that is a limitation...?
Another thing I noticed but did not state earlier is that in the local copy,
the line is duplicated verbatim, so it isn't a matter of HTT not reading it in
or duplicating it incorrectly.
Regardless, I appreciate you verifying that it "should" work but doesn't. And
if this should be a bug report, that it might be noted.
Thanks again!
~ --b | |