Top "Browser" questions

A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

How to differ sessions in browser-tabs?

In a web-application implemented in java using JSP and Servlets; if I store information in the user session, this information …

jsp servlets browser web-applications sessionid
Disabling browser print options (headers, footers, margins) from page?

I have seen this question asked in a couple of different ways on SO and several other websites, but most …

javascript html css browser printing
Check if Internet Connection Exists with jQuery?

How do you check if there is an internet connection using jQuery? That way I could have some conditionals saying "…

jquery browser offline internet-connection
what happens when you type in a URL in browser

Can somebody tell me what all happens behind the scenes from the time I type in a URL in the …

browser
How do I make JavaScript beep?

I want my web page to beep whenever a user exceeds the maximum character limit of my <textarea>.

javascript audio browser beep
Are the PUT, DELETE, HEAD, etc methods available in most web browsers?

I've seen a couple questions around here like How to debug RESTful services, which mentions: Unfortunately that same browser won't …

http cross-browser browser ajax
Run JavaScript code on window close or page refresh?

Is there a way to run a final JavaScript code when a user closes a browser window or refreshes the …

javascript browser
How to disable CSS in Browser for testing purposes

Is there any way I can disable all external CSS in a browser (Firefox, Chrome...)? When using slower internet connection, …

html css browser
How to set up Android emulator proxy settings

I want to to use the browser inside the Android emulator, and I want to use the proxy settings on …

android browser proxy android-emulator
How to detect my browser version and operating system using JavaScript?

I have tried using the code below but it only display results in Chrome and Mozilla not working in IE6. &…

javascript browser operating-system version