firefox

Get Firefox URL?

Possible Duplicates: How can you automate Firefox from C# application? Get Firefox URL? How can I get the url from a running instance of firefox using .NET 2.0 windows/console app? C# codes will do. we have have multiple tab we want currently open tab url of firefox,can u halp me? i m using vs 2008. Thanks! ...

How can we measure size of a web page in firefox/IE?

I have to find the size of a web page (in pixel). To be precise, I click on a link, it opens a new web page. Now I want to know the size of newly opened web page. I tried using Measureit add-on. I also tried to use IE Developer Toolbar. How we can do this in firefox/IE? ...

Why does my table border show up in Firefox and Chrome but not Internet Explorer?

I have some basic CSS on a table and I cannot get a border to display in IE6, IE7, or IE8. The border shows up in Chrome and Firefox. Here's the CSS: #infoTable { width:500px; margin-left:auto; margin-right:auto; border-collapse:collapse; border-width:thin !important; border-style:solid !important; } #infoTable td { max-w...

problem using HTML5 for Cross-origin resource sharing

Hi, I am new to this site and had been successfully using the "HTML5" Cross-origin resource sharing (CORS) to POST data to my server. I just recently tried to include GETs in that as we are trying to have all of our communications be non-reliant on a JavaScript library. In doing so I have run into an odd issue that seems somewhat fixable...

jQuery alert / scrollTop not working in Opera or IE7

Hello, Wondering why I get this alert to work in Firefox and Safari but not Opera or IE... any insight much appreciated! $().scroll(function() { var scrolledpx = parseInt($().scrollTop()); if (scrolledpx < 375) { alert('true'); } }); ...

highlight words in a page with an extension to the URL

I have written a php script that generates a list of links that match certain criteria. I want the links to open in a new browser windows with selected words highlighted in the page. Is there an easy way to do this? Note that this is for personal use only, so it can be a browser specific solution. ...

jQuery UI Show Method fails in IE

I'm using jQuery 1.4.2 and jQuery UI 1.8.4, on the latest versions of IE and Firefox, under Windows XP. Firefox is fine with the following code: var $container = jQuery('<div></div>'); jQuery('body').append($container); $container.show('size', {to: {width: 640} }, 'slow'); $container.show('size', {to: {height: 500} }, 'slow', function()...

Conflict with IE and JQuery mouseover and mouseout events

I have an animation that works PERFECTLY in firefox, and is completely broken in IE. By default I set the opacity of a button to .4, so its partially invisible. Then, when you move over a certain area, the button is supposed to return to normal full color. As I said, it works great in ff, but in ie, when you mouseover IT DISAPPEARS!! Not...

Border color IE vs Firefox

On my site cryptscript the border color is darker in ie than in Firefox and I can't seem to fix it? ...

Can Perl's CGI.pm process Firefox's <input type="file", multiple=""> form fields?

Firefox 3.6 introduced a [multiple attribute on regular type="file" input elements]( http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/). I cannot get Perl to process these fields. I can call the field in a list context like this: my @files = $CGIobject->param("File_Input"); Looping through that will give me the fi...

Coordinate transformation in SVG inside Firefox with scrollbars

I am trying to calculate the correct mouse coordinates, in user coordinate space, in an SVG document from within Javascript code when scrollbars come into existence when that SVG file is viewed from within FireFox. But it is not quite correct. This is needed to get SVG-based tooltips drawn correctly even when the SVG is scrolled horizont...

firefox making white "flash" as it builds the page.

Ive been working on building a website with a flash slideshow component, and I am a little bit puzzled. When I view the page in Firefox (3.6.8), it appears to download the content of the page first and makes a white "flash" as it downloads the slideshow. But when I view the page in Safari it appears to build the page first, then downlo...

Image centered in Firefox but not IE

Can anyone tell me why the logo on this page is not centering in IE? http://www.cateringvisions.com Thanks! ...

IE vs Firefox opening relative links?

I'm currently working on Documentation for a system and one of the objectives is to create an all encompassing WebHelp document that I can use relative links to other documents to in our file system. The problem is that the relative links will not open on IE while they open fine on FireFox. The most frustrating part is that if I copy th...

null $_POST variables if 3rd party cookies blocked on FF & Chrome

Hi, I'm trying to build a site that does not rely on the user enabling 3rd party cookies. For some reason, I'm noticing null $_POST variables from a simple only in Firefox and Chrome when 3rd party cookies are blocked (IE is fine). This is only with POST. The GET variables from the same script store the data normally. I have set IE ...

why does this jQuery code only work in FireFox?

Hey guys, I've been having some issues with a pagination widget that I wrote in jQuery. Basically as the slideshow switches images and captions the pagination shifts moves an indicator along. The code works perfectly in FireFox but not in chrome, IE, Opera. Here's the jQuery. function autoSlideshow(mode) { var currentImage = $('...

best browser for developer Firefox or Internet explorer.

Which browser suits best from developers point of view,Firefox or Internet explorer. ...

Firefox issues with Compression Filter Attribute in ASP.Net MVC

In ASP.Net MVC 2 I am using the following compression filter and, in Chrome it works fine but in Firefox 3.3.6 it returns weird characters. public class CompressAttribute : ActionFilterAttribute { public override void OnActionExecuting(ActionExecutingContext filterContext) { //get request and response var reques...

How Firefox knows which instance to connect if all was started with -no-remote

I started multiple Firefox (3.5.11) instances with: firefox -P aaa -no-remote firefox -P bbb -no-remote firefox -P ccc -no-remote There is NO Firefox instance that was started without the -no-remote. When I call firefox "javascript:window.focus()" what determines which instance will get the call? ...

Firefox Error Message "filename part could not be saved, because the source file could not be read"

Hi There, This error is discussed in many places on the internet. It's a strange problem as some Firefox installs will work and others won't even if they are the same version. Some Chrome installs don't work either but IE always seems to work. There are a number of discussed solutions; mostly based around cleaning out "corrupt" files fr...