For a comment that extends beyond the current line, enclose the area that will not execute with ____________________________-
Which form element would you use to create a scriptable button other than a reset or submit button?
The __________ method tests for the presence and position of a certain character.
Sven wants to open a new window with JavaScript, be he repeatedly receives an error message. He reviews his code, as shown:
open (“http://www.prolific.com”, “Pro Window” , “toolbar = 1 ,location = 1 ,menubar = 1 ,
scrollbars = 1 ,status = 1 ,resizable = 1”);
Which one of the following choices shows how Sven should rewrite this line of code so that no errors result when it is executed?
The _____________ pair contains the domain name of the URL that issued the cookie.
The button object is the simplest of all objects. Its main event handler is __________.
Which language can create stand-alone applications or mini-applications called applets?
Which one of the following choices best describes how cookies are stored on a user’s hard drive?
Raul is creating a Web page. Without a client-server interaction, he wants to ensure that a client enters data into some specific form fields. Which language should Raul use to accomplish this task?
Ann inadvertently deleted her cookies.txt file.
How will this affect her browsing experience?
Which property of the location object specifies the internal link anchor name, which is followed by the number sign (#) in the URL?
Although not mandatory, it is advisable to define all your functions in the HEAD element of your HTML document.
Which of the following are all the types of expressions allowed in JavaScript?
A _______ is the specific color, width or height that belongs to the property of an object.
JavaScript contains both Keywords that you must use to achieve specific results and Reserved words that you are not permitted to use for variable or function names.
Language objects are named with a capital letter. Since JavaScript is case sensitive, using lower case to refer to one of these objects will cause an error.
To instantiate and then populate the properties of each new instance with actual data, you must _________ _________.
___________ 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.
JavaScript is an event-driven programming language. Events trigger _________.
What is the following?
Set-Cookie: name=Value: expires=date; path=path; domain=domain; secure
__________ is used frequently in JavaScript to combine text strings, especially in conjunction with prompt() and alert().
The ____________ contains path information for the URL that issued the cookie.