View Single Post
  #5 (permalink)  
Old 07-25-2008, 04:23 PM
iceboideeps iceboideeps is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

for example u can use client side scripting languages like javascript and vbscript for form validations like, user name should not be blank, password must contain this no. of characters like that...which executes in client's browser, whereas server side scripting languages aka code-behind files executes in the server, processes the client's request and sends back the processed output to the client as HTML page...
Reply With Quote