Posted By:
vivek_bisht
Posted On:
Wednesday, May 9, 2001 04:13 AM
u can include javascripts inside a Servlet just as u include normal Html tags. using the println methos of the Printwriter class.
Re: javascript with servlet
Posted By:
John_Zukowski
Posted On:
Friday, May 4, 2001 07:49 AM
Essentially, you can't. Remember, JavaScript runs on the client within the browser. The servlet runs in the server.