ASHISHRANJAN_V writes: > Problem is when it fetches the html page , it also changes the relative > links in html page . In fact, Zope does not change it. Its the browser that resolves the relative URL relative to the base it knows. You can use "RESPONSE.setBase" to tell the browser the true base URL. More details URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html Dieter