how to get all <link> objects?
Hi all,
How shall I get all link tags in my page and then get their outerHTML or all their relevant attributes...the length of the collection returned from the code blow is always zero:
window.document.links;
what's the problem.
Best Regards,
Nerssi
|