Hi
I'm trying to replace all the relative links generated by our CMS with absolute ones. Using a base tag is not an option as the page fragment will be hosted at another domain, so it would cause that domain's relative links not to work.
My script requests the fragment, stores it in strPage...