

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What are different Navigator methods available?
You can use several Navigator related properties in your web page. The following are the properties −
Sr.No | Properties & Description |
---|---|
1 | javaEnabled() This method determines if JavaScript is enabled in the client. If JavaScript is enabled, this method returns true; otherwise, it returns false. |
2 | plugings.refresh This method makes newly installed plug-ins available and populates the plugins array with all new plug-in names. Netscape only. |
3 | preference(name,value) This method allows a signed script to get and set some Netscape preferences. If the second parameter is omitted, this method will return the value of the specified preference; otherwise, it sets the value. Netscape only. |
4 | taintEnabled() This method returns true if data tainting is enabled; false otherwise. |
- Related Questions & Answers
- What are the different types of LED available?
- What are different Parameters available in Newman using Postman?
- What are different hashing methods in DBMS?
- What are different Navigator properties I can use on my web page?
- What are the different types of wait available in Selenium?
- What are different types of access modifiers available in C#?
- What are the various methods available under Select class in Selenium?
- What are different data conversion methods in Python?
- What are the different cookies methods in Selenium?
- What are different methods to implement rename buffers?
- What are different methods of passing parameters in C#?
- What are the different methods of creating a css expression?
- What are different methods of parallelism in Parallel Computer Architecture?
- What are Hierarchical Methods?
- What are the different types of DOM available to access and modify content in JavaScript?
Advertisements