This is a discussion on what is the differences between Server-side and Client-side code? within the Microsoft .NET forums, part of the Programming Talk category; what is the differences between Server-side and Client-side code? please reply.... regards naren...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Server side scripting means that all the script will be executed by the server and interpreted as needed. ASP doesn’t have some of the functionality like sockets, uploading, etc. For these you have to make a custom components usually in VB or VC++. Client side scripting means that the script will be executed immediately in the browser such as form field validation, clock, email validation, etc. Client side scripting is usually done in VB Script or JavaScript. Download time, browser compatibility, and visible code - since JavaScript and VB Script code is included in the HTML page, then anyone can see the code by viewing the page source. Also a possible security hazards for the client computer.
|
|
|||
|
Quote:
if u need to know the type of the browser being used to access a website u use client site scripting it reduce network traffic scripting language is VBscript and JAVAscript. if u retrive the product details of any product from database u use serverside scripting. scripting language is ASP and JSP. |
|
|||
|
if u need to know the type of the browser being used to access a website u use client site scripting it reduce network traffic scripting language is VBscript and JAVAscript.
if u retrive the product details of any product from database u use serverside scripting. scripting language is ASP and JSP. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LoadRunner FAQ | kalareddy | Testing Tutorials | 2 | 10-02-2007 04:19 AM |