You want to embed your JavaScript into an HTML document.
Which HTML tag should you use?
Can a cookie identify a user to a Web site even if that user has never submitted personal information to that site?
Which is the JavaScript property that is used to inform a script that an image has finished loading?
What is the JavaScript term for a string value that represents the URL of the document from which the current document was accessed?
Wilhelm is writing a constructor in JavaScript. He uses the word "this" when referring to the properties and methods in his object parameters and functions. Why?
A __________ is an organized block of code that handles actions generated by user events.
Which of the following operators is the logical "and", that evaluates to true when both operands are true?
In mid 1997, Netscape, the inventor of JavaScript, announced that the ____________ had approved JavaScript as an international standard.
The _____________ pair contains the domain name of the URL that issued the cookie.
__________ is used frequently in JavaScript to combine text strings, especially in conjunction with prompt() and alert().
One domain cannot deposit a cookie for another domain. This would be cross-domain posting and in theroy, is not possible. However, the cross-domain posting rule can be bypassed with the use of shared cookies.
In which part of the HTTP communication protocol does the cookie initially begin to function?
The window object is subordinate to the document object in the JavaScript hierarchy.
Mark must determine the number of elements in his user-input form.
Which property of the form object will return this number?
You must declare variables that will become object references to a newly instantiated objects to _____________________
What is the primary difference between method and functions when working with custom JavaScript objects?
JavaScript will support direct database access even if LiveWire is not installed on the server.
Which of the following is the correct way to test for the presence of a cookie?
JavaScript used two types of comment indicators. The _______ indicator delineates a comment on a single line of script. The _____ indicator is used for multiple line comments.