Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

__________ is used frequently in JavaScript to combine text strings, especially in conjunction with prompt() and alert().

A.

Concatenation

B.

String()

C.

Instaniation

D.

Confirmation

___________ 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.

A.

ServerSide JavaScript

B.

JavaWire

C.

LiveWire

D.

Java

The ____________ method counts from the ending position of the string.

A.

indexOf()

B.

positionOf()

C.

lengthOf()

D.

lastIndexOf()

________________ developed JavaScript.

A.

Netscape

B.

IBM

C.

W3C

D.

Microsoft

A button that changes its image on mouseover is an example of _______________.

A.

the mouseover object

B.

the mouseover method

C.

the mouseover property

D.

the image object

A server named www.cobbwebdesign.com can set a cookie for the domain name www.microsoft.com.

A.

FALSE

B.

TRUE

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"?

A.

parent.b.location.href = "new.htm";

B.

parent.frames[1].location.href = "new.htm"; or parent.b.location.hre = "new.htm";

C.

parent.frames[1].location.href = "new.htm";

D.

parent.frames[1].URL.href = "new.htm";

What should you use to evaluate multiple custom objects?

A.

A statement

B.

A variable

C.

A function

D.

A method

The ____________ contains path information for the URL that issued the cookie.

A.

path=path pair

B.

domain=domain pair

C.

name=value pair

D.

url=url pair

The built in function parseFloat() __________________.

A.

converts a currancy formatted number to a decimal formatted number.

B.

converts a number to its integer equivalent.

C.

does not exist.

D.

converts a number to its floating-point decimal equivalent.