Client-Side Scripting: Part 1 Flashcards
1
Q
Static Pages
A
Nothing alters the HTML code of the page while viewing it
2
Q
Dynamic Pages
A
User interaction can cause changes to the current page (often via JavaScript being executed)
3
Q
Two ways to add Dynamism
A
- Server-side scripting
- Client-side scripting
4
Q
Server-Side Scripting
A
Script executes on the server computer (i.e. someone else’s, like the host)
- Server computer is at risk
5
Q
Client-Side Scripting
A
Script executes on client-YOUR-machine
- Your machine is at risk
6
Q
DOM
A
Document Object Model
7
Q
What is DOM
A
How JavaScript intereacts with a webpage to make changes to its HTML code, often with “document” commands