Reading HTML header info of files via JS
- by Morten Repsdorph Husfeldt
I have a product list that is generated in ASP. I have product descriptions for each product in an HTML file. Each HTML file is named: <product.id>.html. Each HTML file size is only 1-3 kb.
Within the HTML file is <title> and <meta name="description" content="..." />. I want to access these in an efficient way so that I can…