User Detection

user detection

We will study an example that will cover browser detection and other user related information via JavaScript. A limited information on this is already available in one of my earlier articles, but this one will go further.

JavaScript – An Introduction

javascript

Come and see what JavaScript is all about, what it has to offer to you and what do you need to write JavaScripts. Starting with the basics of JavaScript till becoming a master at it – you have a long way to go.

The History Object

browser history

Manipulate the browser’s history by using the History object available in JavaScript. You can move forward and backwards and check the number of the previously visited URLs.