JSP Integrated into HTML?

need help

New member
Hey guys,

I'm new to JSP, but i know a bit about HTML. I've made some HTML Pages, and am working on making JSP Code. I've made 2 JSP Pages, 1 has a form, and the other processes the form and gives output. However it gives output as a number, for example 52, which is right, but it stays a the top left of a blank screen. I was wondering how I can integrate that output into a HTML Page, or Make the JSP Page have the same format as the HTML Pages I have, in terms of presentation, for example setting the background colour etc. And also how to position the JSP output on that page.

One other thing I need to know is what the response object does and what its used for.

Thanks a lot guys I really appreciate it.
 
Back
Top