What is JavaScript’s server-side solution?
___________ is JavaScript’s server-side solution. It enables you to connect Web pages to
databases, as well as enable server-side image maps and save client state so that the computer
will remember where the client is in a multi-page preocess.
What is the following?
What is the following?
Set-Cookie: name=Value: expires=date; path=path; domain=domain; secure
Which of the following is a correct way in JavaScript to target the second frame in a frames array, assuming t
Which of the following is a correct way in JavaScript to target the second frame in a frames array,
assuming the name of the frame is “b”?
alert(), prompt() and confirm() are all methods of the __________ object.
alert(), prompt() and confirm() are all methods of the __________ object.
The ____________ method counts from the ending position of the string.
The ____________ method counts from the ending position of the string.
A button that changes its image on mouseover is an example of _______________.
A button that changes its image on mouseover is an example of _______________.
The JavaScript object model divides objects into 3 groups…
The JavaScript object model divides objects into 3 groups. They are:
The ____________ contains path information for the URL that issued the cookie.
The ____________ contains path information for the URL that issued the cookie.
x!=y will return true if x and y are not equal.
x!=y will return true if x and y are not equal.
Creating your object references as elements of an array rather than creating individual variables will make th
Creating your object references as elements of an array rather than creating individual variables
will make them easier to use for repetitive tasks?
