tagged [browser]

Make page to tell browser not to cache/preserve input values

Make page to tell browser not to cache/preserve input values Most browsers cache form input values. So when the user refreshes a page, the inputs have the same values. Here's my problem. When a user c...

2 Jun at 16:57

How to get rid of the white rectangle flashing that occurs during Java applet loading?

How to get rid of the white rectangle flashing that occurs during Java applet loading? While an applet is loading, it displays a white rectangle for a split second. How can we get rid of it?

23 Nov at 16:28

How to get the browser to navigate to URL in JavaScript

How to get the browser to navigate to URL in JavaScript What is the best (correct, modern, cross-browser, safe) way to get a web browser to navigate to a URL of your choice using JavaScript?

6 Feb at 14:54

How to open a new tab using Selenium WebDriver in Java?

How to open a new tab using Selenium WebDriver in Java? How can I open a new tab in the existing Firefox browser using Selenium WebDriver (a.k.a. Selenium 2) in Java?

How can I close a browser window without receiving the "Do you want to close this window" prompt?

How can I close a browser window without receiving the "Do you want to close this window" prompt? How can I close a browser window without receiving the prompt? The prompt occurs when I use the `windo...

26 Aug at 15:45

Detect Safari browser

Detect Safari browser How to detect Safari browser using JavaScript? I have tried code below and it detects not only Safari but also Chrome browser.

10 Dec at 21:12

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

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 the )? (The question refer...

15 Dec at 04:44

JavaScript: How to find out if the user browser is Chrome?

JavaScript: How to find out if the user browser is Chrome? I need some function returning a boolean value to check if the browser is [Chrome](http://en.wikipedia.org/wiki/Google_Chrome). How do I crea...

Determine a user's timezone

Determine a user's timezone Is there a standard way for a web server to be able to determine a user's timezone within a web page? Perhaps from an HTTP header or part of the `user-agent` string?

How to clear System.Windows.Forms.WebBrowser session data?

How to clear System.Windows.Forms.WebBrowser session data? How can I clear current session data (cookies, cached data, auth sessions, etc) without restarting the application? Update: I'm talking about...

12 Jan at 05:2

Cross-browser window resize event - JavaScript / jQuery

Cross-browser window resize event - JavaScript / jQuery What is the correct (modern) method for tapping into the window resize event that works in Firefox, [WebKit](http://en.wikipedia.org/wiki/WebKit...

How can I detect when the mouse leaves the window?

How can I detect when the mouse leaves the window? I want to be able to detect when the mouse leaves the window so I can stop events from firing while the user's mouse is elsewhere. Any ideas of how t...

28 May at 21:28

How can I launch a URL in the users default browser from my application?

How can I launch a URL in the users default browser from my application? How can I have a button in my desktop application that causes the user's default browser to launch and display a URL supplied b...

8 May at 17:59

How do you click a button in a webbrowser control?

How do you click a button in a webbrowser control? For example, using code and no user input, how would I have my program click the "Search" button on google (assuming I've already filled in the searc...

25 Aug at 19:47

How to copy text to the client's clipboard using jQuery?

How to copy text to the client's clipboard using jQuery? The workflow is simple: 1. You click inside a textarea. 2. The text is copied to the client's clipboard. 3. Display notice to the user. How do ...

CSS technique for a horizontal line with words in the middle

CSS technique for a horizontal line with words in the middle I'm trying to make a horizontal rule with some text in the middle. For example: ----------------------------------- my title here ---------...

26 Aug at 19:35

Node update a specific package

Node update a specific package I want to update my Browser-sync . How can I achieve this? My current version of Browser-sync does not have the Browser-sync GUI :(

Recommended website resolution (width and height)?

Recommended website resolution (width and height)? Is there any standard on common website resolution? We are targeting newer monitors, perhaps at least 1280px wide, but the height may varies, and eac...

18 Dec at 03:26

How can I get the URL of the current tab from a Google Chrome extension?

How can I get the URL of the current tab from a Google Chrome extension? I'm having fun with Google Chrome extension, and I just want to know how can I store the URL of the current tab in a variable?

Use chrome as browser in C#?

Use chrome as browser in C#? Is there a way to use Google Chrome (or Safari or Firefox) as the browser in a C# application? C# now uses Internet Explorer, and the website they want to use in this prog...

15 Jan at 10:20

Open an html page in default browser with VBA?

Open an html page in default browser with VBA? How do I open an HTML page in the default browser with VBA? I know it's something like: But I think I have to reference the program which will open the p...

2 Apr at 18:15

Open a webpage in the default browser

Open a webpage in the default browser I want my users to be able to click a button to open my company's webpage in the default browser when clicked. How would I do this? I'm using VB.net so all .net e...

7 Jul at 15:39

How to detect Safari, Chrome, IE, Firefox and Opera browsers?

How to detect Safari, Chrome, IE, Firefox and Opera browsers? I have 5 addons/extensions for Firefox, Chrome, Internet Explorer(IE), Opera, and Safari. How can I correctly recognize the user browser a...

10 Jul at 22:22

How to display the string html contents into webbrowser control?

How to display the string html contents into webbrowser control? I have a C# win app program. I save the text with html format in my database but I want to show it in a webbrowser to my user.How to di...

21 Dec at 20:41

Identifying the device requesting a response

Identifying the device requesting a response Is it possible for a web server to know which of device request has been received from? For example, can a create a website which shows different contents ...

14 Sep at 13:17