Hi I want to make a web browser in Ruby Tk. I used "net/http" to connect to net. url is to be given in Tk entry. I am getting data from url using "response = http.get(url)" . when i printed "response.body" it gives the HTML source of the given Url. Now I want to display the content in Ruby Frame. How can i print this ( data of url) in Ruby Frame. Please Help thanks sujeet