Tag - Google Chrome

How to Fix 403 Forbidden Error?

The HTTP response status code 403 Forbidden Error indicates that an identified client does not have proper authorization to access the requested content. A 403 Forbidden Error, like most HTTP response codes, can be difficult to diagnose and resolve. With over 50 potential status codes representing the complex relationship between the client, a web application,...

Get geo location data using HTML5 & JavaScript

In case you are using Google Chrome you will have to enable getting location by the following steps: Open Google Chrome > on the top right click on the vertical 3 dots then select SettingsAt the bottom click Show advanced settingsIn the "Privacy" section, click Content settingsIn the dialog that appears, scroll down to the...

Warn the user before navigating away from a web page using JavaScript

In rich client applications, it is easy to check to see if a document has been modified and react when the user closes the program or document. Not so easy with web pages. For example, when you close Microsoft Word without saving, you get a warning and the option to save. How can this be...