browser

Clear cookies on browser close

How to clear the cookies that has been stored through my asp.net mvc(C#) application, when the user closes the browser? Is there any option to create a cookie such that it expires once the browser closed? I need to use cookies, because i will store some of the values to be maintained until the browser is closed. For example, During si...

Browser Cache Control, Dynamic Content

Problem: I can't seem to get FireFox to cache images sent from a dynamic server Setup: Static Apache Server with reverse proxy to a dynamic server (mod_perl2) at backend. Here is the request URL for the server. It is sent to the the dynamic server, where the cookie is used to validate access to the image: Request Headers Host: <OBS...

Listen for Events from Browser "Find" Window in JavaScript

Is there a way to listen for typing into the browser's "find" window in JavaScript? I'd like to be able to reinterpret the search text from JavaScript. What do I need to add an event listener for? ...

Erlang: is there a module analogous to Python "webbrowser" ?

I've used Python webbrowser module and I would love something equivalent in Erlang. What I am trying to do is open a browser window/tab from Erlang. I can't find anything in the official Erlang documentation. Is there such a thing? ...

Full In-Browser Window Looping Video

I would like to achieve this effect. Suggestions on how to achieve? ...

jQuery selectors tool

I'm looking for some kind addon for browser (firefox, opera, ie, chrome, etc...), which can easily highlight element(s), which I define by jQuery selector. ...

How do websites find out which browser is visiting them

How do websites find out which browser is visiting them how i can do this Are you give answer for asp.net c# ...

how to set the http headers when sending http request to a server so that the server thinks the requests are coming from firefox

how to set the http headers when sending http request to a server so that the server thinks the requests are coming from firefox ...

Tabcontainer behaves different from browser to browser

The following code works on IE8, Safari 4.0.2 - but generates an empty page on Firefox 3.5.5. Any idea ? <html> <head> <link rel="stylesheet" type="text/css" href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/tundra/tundra.css"&gt; </head> <body class="tundra"> <div style="width: 350px; height: 300px"> <div id="...

highlighting disabled in browser

Hello guys, I have a simple pagination script. When you click the "next" button multiple times in a short period of time, the browser highlights the clickable area. All browsers do this to an element that you click repeatedly. Is there a way to disable the highlighting of that element? I feel like I've looked everwhere and cannot fin...

Blocked vs Non-blocked Pop-up window

I found that, browsers don't block all pop-up JavaScript windows. How to write pop-up windows in JavaScript that won't be blocked by browsers? I mean what is the main factor that makes the difference? ...

Hi, flash as3 - any 1 know how 2 get the browsers search history similar to the below sample done in html...

In regular html I can put a simple text input with name q and when I double click I get the internet explorer past searches...I like to do this in flash as3, any 1 know how? The html sample is as follows: <html> <head> <title>View</title> </head> <body> <form> <input type="text" name="q" size="30" /> </form> </body> <...

UrlEncodeUnicode and browser navigation errors

I want to redirect a request to some URL that may or may not contain non-ascii characters (e.g. german umlauts). Doing this with the relevant part of the URL: var url = HttpUtility.UrlEncodeUnicode("öäü.pdf"); // -> "%u00f6%u00e4%u00fc.pdf" and then issuing the redirect: Response.Redirect(url, ...); will not produce the desired be...

Infopath 2003: Enabled browser forms

Hi all, I was wondering whether forms designed through infopath 2003 have the capability to be opened and fille out through a browser (using infopath forms services). While looking at the Tools --> Form Options, I could not find any related 'browser-enabled' check box. Can this be possible? ...

Displaying an XML code in the browser

This may be simple, although i'm having some trouble finding a solution. When you look a .xml file in your folder, you could double click it so your main browser will display the code content of it. I have the complete path of the xml, and I'd like to create a link in aspx (with either c# or vb.net) that redirects to the XML in the bro...

HTTP authentication using htaccess/htpasswd ...dialogue box comes up twice...

I have a site that has the main path under password protection. I also have a subfolder that have a separate (htaccess/htpasswd) password protection. For some reason, when I access the subfolder, I'm asked to put in my id/password twice. All of the files that are referenced are under the subfolder. What should I be doing to troublesh...

Target='_blank' to show in new window, NOT new tab, possible?

How can I do this? In firefox the link opens in a new tab... I don't want users to have to set settings of their browsers for this... I want a pop-up to appear with contact-form whenever user clicks 'contact' on my main page. How should I do this? Thanks... ...

HTTP request debugging: Getting a complete log of all HTTP requests sent by Firefox

What is the easiest way to obtain a complete log of all HTTP/HTTPS requests issued by Firefox during a browser session? The question is programming related insofar that obtaining a log of all HTTP/HTTPS requests issued is a great troubleshooting tool when developing webapps. ...

Help : printing multiple "reports" from browser (IE 6 essential, others would be nice)

No thoughts on this one? Anyone? Here is my scenario: I have a form where the user selects a report type, and then selects a list of users they want to generate reports for. When they submit the form, a new window is opened that uses pagination to allow the user to review each user report individual by using next and previous links. ...

How do i enable cookies for Microsoft.mshtml.dll in a C# panel app?

Is it possible to enable cookies on the Microsoft.mshtml.dll web browser if that control is running within a C# User interface pane? I am having a situation where a popup window is not able to see the session since the session cookie may not be getting stored in the original window that spawns the popup. I don't know how to manage ...