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 do we download a blob url video

I want to download a video whose url is not simple mp4 file, but its url is blob type for …

video browser blob
What requests do browsers' "F5" and "Ctrl + F5" refreshes generate?

Is there a standard for what actions F5 and Ctrl + F5 trigger in web browsers? I once did experiment in …

http browser caching cross-browser refresh
Do I need Content-Type: application/octet-stream for file download?

The HTTP standard says: If this header [Content-Disposition: attachment] is used in a response with the application/octet-stream content-type, the …

http browser http-headers download
How can I stop the browser back button using JavaScript?

I am doing an online quiz application in PHP. I want to restrict the user from going back in an …

javascript browser
How can I tell if a DOM element is visible in the current viewport?

Is there an efficient way to tell if a DOM element (in an HTML document) is currently visible (appears in …

javascript html firefox dom browser
What is JavaScript's highest integer value that a number can go to without losing precision?

Is this defined by the language? Is there a defined maximum? Is it different in different browsers?

javascript math browser cross-browser
How to get scrollbar position with Javascript?

I'm trying to detect the position of the browser's scrollbar with JavaScript to decide where in the page the current …

javascript browser scroll dom-events
Onclick javascript to make browser go back to previous page?

Is there a function I can attach as a click event of a button to make the browser go back …

javascript html browser onclick dom-events
How can I resize an image dynamically with CSS as the browser width/height changes?

I wonder how I could make an image resize along with the browser window, here is what I have done …

css image browser resize window
How to capture the browser window close event?

I want to capture the browser window/tab close event. I have tried the following with jQuery: jQuery(window).bind( "…

javascript jquery events browser