hey everyone,
i have an access module that identifies terms that are links on a website and loads them into my database. however, the website recently changed up the source code so i can no long find those terms in the links collection, where the identifier was just the .href property. The identifier for the terms is now in a property called alsec and i looked all over the html dom and can't find anything at all on it. I can access this property by looping through the links collection and using link.alsec = "identifier" but when trying to get the term it acts all goofy getting all sorts of things. Anyone have any clue how to work with this. thx
CN
i have an access module that identifies terms that are links on a website and loads them into my database. however, the website recently changed up the source code so i can no long find those terms in the links collection, where the identifier was just the .href property. The identifier for the terms is now in a property called alsec and i looked all over the html dom and can't find anything at all on it. I can access this property by looping through the links collection and using link.alsec = "identifier" but when trying to get the term it acts all goofy getting all sorts of things. Anyone have any clue how to work with this. thx
CN