tagged [browser]

Force browser to clear cache

Force browser to clear cache Is there a way I can put some code on my page so when someone visits a site, it clears the browser cache, so they can view the changes? Languages used: ASP.NET, VB.NET, an...

21 Dec at 11:27

Get the size of the screen, current web page and browser window

Get the size of the screen, current web page and browser window How can I get `windowWidth`, `windowHeight`, `pageWidth`, `pageHeight`, `screenWidth`, `screenHeight`, `pageX`, `pageY`, `screenX`, `scr...

AngularJS disable partial caching on dev machine

AngularJS disable partial caching on dev machine I have problem with caching partials in AngularJS. In my HTML page I have: where my partials are loaded. When I change HTML code in my partial, browser...

27 Jan at 00:43

Are the PUT, DELETE, HEAD, etc methods available in most web browsers?

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](https://stackoverflow.com/questions/165720/how-to-d...

23 May at 10:31

How do I open alternative webbrowser (Mozilla or Firefox) and show the specific url?

How do I open alternative webbrowser (Mozilla or Firefox) and show the specific url? I know there is built-in Internet explorer, but what I'm looking for is to open Firefox/Mozilla window (run the app...

30 Apr at 13:50

HTML - How do I know when all frames are loaded?

HTML - How do I know when all frames are loaded? I'm using .NET WebBrowser control. How do I know when a web page is fully loaded? I want to know when the browser is not fetching any more data. (The m...

23 Mar at 13:48

How to check whether the images are from cache

How to check whether the images are from cache How to check whether the images are from cache or from server. Since my home page contains 45 images. When I press , want to know whether the images are ...

10 Feb at 14:57

Check if Internet Connection Exists with jQuery?

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 "use the google cached version of JQue...

How to detect the device orientation using CSS media queries?

How to detect the device orientation using CSS media queries? In JavaScript the orientation mode can be detected using: However, is there a way to detect the orientation using CSS only? Eg. something ...

15 Feb at 10:25

Are there any noted differences in appearance rendering of html and xhtml in Google Chrome from other browsers?

Are there any noted differences in appearance rendering of html and xhtml in Google Chrome from other browsers? Are there any noted differences in appearance rendering of HTML and XHTML in Google Chro...

2 Oct at 19:52

How to set a proxy for Webbrowser Control without effecting the SYSTEM/IE proxy

How to set a proxy for Webbrowser Control without effecting the SYSTEM/IE proxy How can I set a proxy for a Webbrowser Control without setting a proxy for IE? Basically I want my application to use a ...

23 Mar at 11:52

C# How to Click Button automatically via WebBrowser

C# How to Click Button automatically via WebBrowser The Html code of my click page is : I tried this code for clicking: but this not found the button.

30 Mar at 17:29

Silverlight 3 - Can I run Out-of-browser inside another application

Silverlight 3 - Can I run Out-of-browser inside another application The new Silverlight 3 beta includes the ability to run Out-of-Browser applications. The demos so far show this only inside a special...

Stop Visual Studio from launching a new browser window when starting debug?

Stop Visual Studio from launching a new browser window when starting debug? I already have a window open with the web site I'm debugging. I don't need VS to launch another one for me every time I need...

Browser detection

Browser detection I need to separate IE and FF browsers from others it's a pseudo-code : in `protected void Page_Load()` event (think so) no effects :-/ what is IE and FF types?

15 Apr at 22:19

How to change the locale in chrome browser

How to change the locale in chrome browser I want to change Accept-language request header to anything I wanted in chrome, is there any extension or plugin where I can do it. I want to be able to chan...

Scroll to a postion in a Web Browser using Wpf

Scroll to a postion in a Web Browser using Wpf I cannot seem to programmatcally scroll in WPF in a normal Windows Form I would use the code below but that property does not exist in WPF. Is there an a...

23 Oct at 15:28

'innerText' works in IE, but not in Firefox

'innerText' works in IE, but not in Firefox I have some JavaScript code that works in IE containing the following: However, it seems that the 'innerText' property does not work in Firefox. Is there so...

See :hover state in Chrome Developer Tools

See :hover state in Chrome Developer Tools I want to see the `:hover` style for an anchor I'm hovering on in . In , there's a style dropdown that allows me to select different states for an element. >...

Converting WebBrowser.Document To A Bitmap?

Converting WebBrowser.Document To A Bitmap? Is it possible to draw a WebBrowser.Document to a Bitmap? Basically taking a screenshot of a WebBrowser control (note, this is with a WebBrowser that doesn'...

15 Feb at 17:1

How do I hide javascript code in a webpage?

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 through the browsers View Source feature? I know it is...

17 Jul at 22:8

Where can I find the default timeout settings for all browsers?

Where can I find the default timeout settings for all browsers? I'm looking for some kind of documentation that specifies how much time each browser (IE6/IE7/FF2/FF3, etc) will wait on a request befor...

23 Mar at 16:54

Why does HTML think “chucknorris” is a color?

Why does HTML think “chucknorris” is a color? Why do certain random strings produce colors when entered as background colors in HTML? For example, `bgcolor="chucknorris"` produces a : Conversely, `bgc...

6 Jun at 07:37

Javascript - How to extract filename from a file input control

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. I did try str.search function but it seems to fa...

14 May at 12:55

Chrome - ERR_CACHE_MISS

Chrome - ERR_CACHE_MISS Does anybody know what the following Chrome error is? I have had a look online, but have not found a good answer yet. Somebody said it might be related to the latest Chrome upd...

22 Oct at 19:55