--- cut --- <% meineUrl = "http://www.x-press.at/oc/welcome.asp" Set objXmlHttp = Server.CreateObject("MSXML2.ServerXMLHTTP") objXmlHttp.open "GET", MeineUrl, False objXmlHttp.send
strHTML = objXmlHttp.responseText Set objXmlHttp = Nothing %> --- cut --- Frage: Wie kann ich alle hyperlinks, die in strHTML enthalten sind, in vollst�ndige URLs umwandeln? Also wenn da zum Beispiel im Code drinnen steht: <a href="../img/bild1.htm"> und "/upload/all.asp" oder "album/liste.asp", da� draus wird wie folgt: http://www.x-press.at/img/bild1.htm, http://x-press.at/upload/all.asp, http://x-press.at/oc/album/liste.asp Stefan. ~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~ Kaffeepause im United Planet Communityserver ... http://www.intrexx.com/communityserver _______________________________________________ Coffeehouse mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/coffeehouse
