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.

Open a link in browser with java button?

How can I open a link in default browser with a button click, along the lines of button.addActionListener(new …

java swing browser hyperlink desktop
window.onunload is not working properly in Chrome browser. Can any one help me?

I have written this code function winUnload() { alert("Unload Window"); MyMethod(); } window.onunload = function() { winUnload(); } This code is working fine …

javascript browser onunload window.onunload
Disable double-tap "zoom" option in browser on touch devices

I want to disable the double-tap zoom functionality on specified elements in the browser (on touch devices), without disabling all …

html browser touch zoom
Lightweight XML Viewer that can handle large files

There are plenty of "heavyweight" tools such as XmlSpy, which are good for prodding around in xml docs - but …

xml browser viewer
CORS Access-Control-Allow-Headers wildcard being ignored?

I am having trouble getting a cross domain CORS request to work correctly using Chrome. Request Headers: Accept:*/* Accept-Charset:ISO-8859…

http browser cors
window.history.pushState refreshing the browser

I am working on some javascript code, and using window.History.pushState to load new HTML pages, instead of using …

javascript php html browser pushstate
How to force IE10 to render page in IE9 document mode

I have two questions: How can I force IE10 to render in IE9 document mode? Currently it's rendering my page …

html browser internet-explorer-10
Force IE9 to emulate IE8. Possible?

Is this possible at all? I tried adding this to the page but it didn't change a thing. <meta …

html internet-explorer browser ie8-compatibility-mode x-ua-compatible
Jquery Change Height based on Browser Size/Resize

I was wondering if there was a way to determine the height/width of a browser. What i'm trying to …

javascript jquery browser screen
How does cookie based authentication work?

Can someone give me a step by step description of how cookie based authentication works? I've never done anything involving …

authentication cookies browser