Java Servlets   «Prev 

Include.shtml code

HTML page that includes a Java Class
HTML page that includes a Java Class

Lines 1-7 Ordinary HTML
Line 8
Here I used a Horizontal Rule to show the start of the servlet output
Line 9
CODE is the only required attribute of the SERVLET tag
Line 10
Don’t forget to end your SERVLET tag
Line 11 Another Horizontal Rule makes it easy to spot the end of the servlet output
Lines 12-13
Ordinary HTML