Which feature is supported in MSIE 3.x?
split()
document.clear()
join()
charAt()
What's the default setting for the expires attribute of the document.cookie property?
The duration of the browser session.
The duration the current document stays loaded.
Twenty-four hours from the time the cookie is set.
There is no default setting.
Which of the following is true?
If onKeyDown returns false, the key-press event is cancelled.
If onKeyPress returns false, the key-down event is cancelled.
If onKeyDown returns false, the key-up event is cancelled.
If onKeyPress returns false, the key-up event is cancelled.
Which best describes JavaScript?
a low-level programming language.
a scripting language precompiled in the browser.
a compiled scripting language.
an object-oriented scripting language.
Choose the server-side JavaScript object:
FileUpLoad
Function
File
Date
Choose the client-side JavaScript object:
Database
Cursor
Client
Seek the truth about setTimeOut():
The statement(s) it executes run(s) only once.
It pauses the script in which it is called.
clearTimeOut() won't stop its execution.
The delay is measured in hundredths of a second.
Which best describes void?
A method
A function
A statement
An operator
what is the command to open keyboard properties?
keybrd
kb.ctl
keyboard.control
control keyboard
Inside which HTML element do we put the JavaScript?