I am trying to access the array of anchors. What I want to do is take either the name or id and assign it to a variable. This is used later on in an internal search engine. I am having a problem with null.
What I have now is this:
pdf_link = first_window.document.anchors;
Is it possible to compare pdf_link to a string of text?
Regard,
Jonathan
What I have now is this:
pdf_link = first_window.document.anchors;
Is it possible to compare pdf_link to a string of text?
Regard,
Jonathan