Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

List the differences between Client-side and Server-side Scripts

List the differences between Client-side and Server-side Scripts

Answers


Kavungya
1). The browser never sees the server-side script - it only sees the output
2). Server-side script operation cannot be overridden by user actions - client-side scripts can be disabled under user control
3). Server-side scripts have full power to manipulate files on host machine
4). Server-side scripts can keep records and remember user preferences - utilized to implement cookies
5). Server-side scripts include new objects e.g.
(a) Request -represents data sent to server from browser e.g. CGI parameters (form values and url parameters), cookies e.t.c.
(b) Response - represents document to be sent to browser
6). There is no document object since we are on the server
7). There is no access to window object for server-side scripts
Kavungya answered the question on May 9, 2019 at 12:48

Answer Attachments

Exams With Marking Schemes

Related Questions