View Single Post

  #3 (permalink)  
Old 04-07-2007, 08:08 AM
caradoc caradoc is offline
Senior Member
 
Join Date: Apr 2006
Posts: 144
caradoc is on a distinguished road
JavaScript is used to carry out process that is not possible with HTML and CSS alone. JavaScript runs on client system and access server using xmlhttprequest. JSP is an extension Java and is used as a server side language. JSP code runs in server and final output appears in web browser.
Reply With Quote