I have a html page containing meta tag with its url to a servlet displaying an image.Now I need to call that html page into another servlet which should display some text from database along with that first described image.
please give some example code.
Some mistakes observedAddy January 31, 2012 at 5:45 PM
The table tag was not closed and the "td" tag does not have "border" attribute.
how to call html from servlet monika July 2, 2012 at 2:22 PM
I have a html page containing meta tag with its url to a servlet displaying an image.Now I need to call that html page into another servlet which should display some text from database along with that first described image. please give some example code.
Post your Comment