Which of the following navigator object properties is the same in both Netscape and IE?
View Answer Report Error Discuss
Which class provides an interface for invoking JavaScript methods and examining JavaScript properties.
The syntax of capture events method for document object is..
captureEvents(eventType)
View answer Workspace Report Error Discuss
Which of the following is added to prefs.js,when open a dialog box each time an error occurs?
How do you put a message in the browser's status bar ?
Which of the following is not considered a JavaScript operator?
What is the correct JavaScript syntax to write “Hello World”?
document.write() is a JavaScript command that literally writes out whatever you place between the opening and closing parentheses.
Which of the following can't be done with client-side JavaScript?