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.

Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine

Like everyone else, I need to test my code on Internet Explorer 6 and Internet Explorer 7. Now Internet Explorer 8 has some …

internet-explorer browser internet-explorer-8 internet-explorer-7 internet-explorer-6
Is there a way to detect if a browser window is not currently active?

I have JavaScript that is doing activity periodically. When the user is not looking at the site (i.e., the …

javascript browser focus window
How do I hide javascript code in a webpage?

Is it possible to hide the Javascript code from the html of a webpage, when the source code is viewed …

javascript browser hide obfuscation
How to detect page zoom level in all modern browsers?

How can I detect the page zoom level in all modern browsers? While this thread tells how to do it …

javascript browser zoom detection
How to copy text to the client's clipboard using jQuery?

The workflow is simple: You click inside a textarea. The text is copied to the client's clipboard. Display notice to …

javascript jquery browser clipboard copy-paste
What is the maximum size of a web browser's cookie's key?

What is the maximum size of a web browser's cookie's key? I know the maximum size of a cookie is 4…

browser cookies
Display PDF within web browser

How can I display a pdf within a web browser on an .html page?

html pdf browser
Disable browser 'Save Password' functionality

One of the joys of working for a government healthcare agency is having to deal with all of the paranoia …

security browser autocomplete passwords
Best way to determine user's locale within browser

I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending …

javascript flash browser localization
Javascript - How to extract filename from a file input control

When a user selects a file in a web page I want to be able to extract just the filename. …

javascript browser extract