I have a series of pages that are assembled dynamically from various
sources. Before the page is returned to the client, I want to find an
anchor matching a URL that's stored in a var. Then I will change the
class of that anchor.
It's easy enough to do this client-side, but I would much rather do
this server-side. I'm pretty new to ASP scripting, but I'm inclined
to think there's some way to use the DOM to get what I want.
I'd searched this group repeatedly and can't find anything on this
point. I'd sure appreciate any approach to this.
Jeff