In this quick post we will detect whether browser is connected to Internet or not? There are two ways you can detect it
- By making a AJAX call and setting the TimeOut property
- Using HTML5
In HTML5 you can detect it as following,
This is supported in all modern browsers. In this way you can detect whether browser is connected to Internet or not.
Follow @debug_mode