browser

Save me from IE6

I'm getting ready to start work on a new web project for a fairly large corporation. For all their users, something like 17,000 people, they are all stuck with IE6. They plan to have everyone transitioned to IE7 by the end of the year, however the IT department is starting to push this promise back. What I've been asked to do is to gi...

capture details from external web page

Hi, I'm wondering if it's possible to capture details from the web page that a user previously visited, if my page was not linked from it? What I am trying to achieve is to allow users to my site to find a page they like while browsing the web, and then navigate to a page on my site via a bookmark, which will add the URL (and possibly ...

Can I target a browser instance from a winforms application?

We are trying to do a loose-integration of our product with another in the company. Ours has both a windows and web client, theirs is entirely on the web. In short they've made a landing page for us that accepts some parameters and we simply make a GET to that URL to transition the user into the other application. There are issues in th...

IE6 using Multiple IEs doesn't let me edit textboxes

Not sure if this counts as programming related, it's a tool that I use. I've got Multiple IE installed so I can test the sites I make on IE6 for those people who require it, but recently IE6 is not letting me enter into any textboxes, they're acting as if they're all disabled. Has anyone else encountered this probelem and/or know of ...

Does setting document.domain work in all (most) browsers?

The Same Origin Policy Documentation says this: There is one exception to the same origin rule. A script can set the value of document.domain to a suffix of the current domain. If it does so, the shorter domain is used for subsequent origin checks. For example, assume a script in the document at http://store.company.com...

With Rails, How can I expire the Browser's cache?

I have an issue with my Rails application and the browser's cache: When a user logs out of the authenticated section of the site, they are still able to use the back button on the browser to see the authenticated page. I do not want to allow this. How can I expire the cache and force it to reload. Thank you ...

jQuery Execution?

My jQuery script has a glitch animating a div position. The bug seems to occur when I click the link right as the page is loading. ...

Maximum font size

What is the maximum font size that can be rendered in a web page? Does it depend on the machine or the application ( browser )? ...

launch new window, return back result to textbox on parent page

Hi, I want to launch new window, return back result to textbox on the parent page. I have control over both pages obviously so I can add any javascript etc. that might be required. how can I do this? ...

Should a web browser delete all `session' (expiry = 0) cookies on exit?

Everything I read about cookies says that setting the expiry time of a cookie to zero should make it a `session' cookie, which the browser will then delete upon exit. http://www.cookiecentral.com/faq/ says that : "...generally a session is the length of time that the browser is open for..." http://uk2.php.net/manual/en/function.se...

Turn off IIS 6 HttpCompression for specific browsers

I am having issues with IE6 (surprise) and HTTP Compression using IIS6. I really don't want to turn off HTTP Compression for the site. Is there a way to tell IIS6 to not compress responses to specific versions of browsers? IE7 works fine. EDIT: My problem actually comes from Silverlight 2 consuming a WCF Service. With compression tu...

how to record http traces from browser?

are there any methods to record http traces that are issued from the browser? I would be mainly interested in the GET / POST methods to understand the interaction with a webpage. Maybe helpful the browser I am using is FireFox. ...

How to persist iframe location even across top page reloads

I'm using an iframe to integrate two of our customer's apps. I'd like the iframe's location to persist even when the top level window is refreshed. Example: user loads http://myserver/main.page?target="sub.page" in his browser my javscript code sets the source of the iframe to "sub.page" user clicks a link within the iframe and the...

What is the mechanism that keeps various sections on page from being repositioned when browser resizes

In this web site when you shrink the browser window the white space on the left and right disapear first, following by the shrinking of the right panel, followed by the main container panel. I have recently started to use ASP.NET MVC and in my test case my containers drop below the other containers as I resize the browser window. I am us...

Finding more information about browser versions with C#/ASP.Net.

First, some background to my problem. There are many versions of Internet Explorer 6 and 7 that do not support more than 20 Key-Value pairs in a cookie. I have a list of full versions that do and do not support this. This is fixed in a windows update, but it's not possible for me to force the users of my app to carry out windows update...

how to embed player into web page?

Hi guys, I want to embed MPC player into web page, any samples? MPC player I mean => http://sourceforge.net/projects/guliverkli/ thanks in advance, George ...

Delete browser history using jQuery

I have an ajax application that is based on jQuery. I enabled browser history using jQuery history plugin. But we find out that the application generated too much history. Especially, we provide an in-page "ajax-back" button that enable the page to return to previous ajax state. When the in-page "ajax-back" button was pressed, we w...

Limit the number of concurrent connections from the server side?

I'm writing my own webserver and I don't yet handle concurrent connections properly. I get massive page loading lag due to inappropriately handling concurrent connections (I respond to SYN, but I lose the GET packet somehow. The browser retries after a while, but it takes 3 seconds!) I'm trying to figure out if there's a way to instru...

Why is my fully qualified domain name request url getting converted to an ip address request url by the Cassini web server?

I have a web application which depends on the browser client retaining the FQDN in order for it to work, but what is happening is that in multiple browsers I am seeing the url get converted into an ip address url (containing the correct IP address) which is getting changed by a redirect from the web server. The web server hosting the re...

Replacing BrowserLauncher with BrowserLauncher2

I am starting on an enhancement to an existing Java applet where I let the user hit a link in a menu item, and open a page in his/her default browser. Some of our deployed code is in Java 1.4, while the majority of it is in Java 5. This prevents me from using the Desktop API in Java 6. It looks like the easiest way to solve the problem i...