JavaScript Browser Object Example
- Previous Page JS HTML Event
- Next Page JS Quiz
Use JavaScript to Access and Operate Instances of Browser Objects.
Window Object
- Open a New Window When the Button Is Clicked
- Open a New Window and Control Its Appearance
- Make the New Window Lose and Gain Focus
- Close the New Window
- Check If the New Window Has Been Closed
- Write Some Text to the Source (Parent) Window
- Move the New Window to a Position Relative to the Current Position
- Move the New Window to a Specified Position
- Print the Current Page
- Adjust Window Size by Specified Pixels
- Adjust the Window Size to a Specified Size
- Scroll Content by Specified Number of Pixels
- Scroll Content to a Specified Position
Screen Object
Location Object
History Object
Navigator Object
- Is cookie enabled in the visitor's browser?
- What is the name of the visitor's browser?
- What is the engine name of the visitor's browser?
- What is the version information of the visitor's browser?
- What is the user agent information of the visitor's browser?
- What platform is the visitor's browser?
- What language is the visitor's browser?
- Is Java enabled in the visitor's browser?
Popup Box
Timer
- Previous Page JS HTML Event
- Next Page JS Quiz