Question:
A situation in which you will use both Client Side and Server Side programming?
abraham366
2007-04-26 12:40:46 UTC
Can you give an example of the following situations:

1. A situation in which you will use both Client Side and Server Side programming.

2. A situation with only Client Side programing.

3. A situation with only Server Side programming.
Four answers:
armjamil
2007-04-26 12:54:08 UTC
1. Most common is used for Form processing:

Client side programming is used for form validation and Server side is used to process the posted form.



2. Rollover buttons (image changes when a user moves mouse over it - used a lot in navigation bar). Manipulating HTML elements on the fly.



3. Server side programing is used anytime there is a need for dynamic contents, for accessing data from a database etc.
lula
2016-05-19 08:21:55 UTC
It's really this simple: Server side programs run on the server. Client side programs run on the client. For example, when you go to a Yahoo! Answer page, server side programs decide what questions to show you. Server side programs access Yahoo's database to tell you how many thumbs up and thumbs down each answer has. But when you press the thumbs up button next to my answer (hint, hint), a client side program is invoked that reports that Yahoo and changes the number next to the thumbs up.
2007-04-26 12:51:49 UTC
1. a programmable form that interacts with the user on the client and the CGI/Servlet/etc that massages the data on the server



2. Redirection



3. any Database retrieval, massaging output based on the browser type......



next question
2007-04-26 13:13:41 UTC
is this homework for some intro to web programming class ??


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...