firefox

"Please confirm which user you are changing the password for"

So I just made a change password form for my rails app. It's just like any other very typical password change form. So after a few times testing it out I started seeing a popup box saying "Please confirm which user you are changing the password for" Now this really freaked me out a bit since I know I did not write any code to do such ...

Javascript & Firefox - Detect if window.open opens in a tab?

I'm doing some work with the new Facebook js library, http://github.com/facebook/connect-js. There's one thing that bugs me, which is that when you are using Firefox and have the option "Open new windows in a new tab instead" enabled, the login popup opens in a new tab and then resizes the entire browser. It doesn't restore to the origin...

Can a greasemonkey script launch an application under windows xp

I would like to allow some users to be able to launch a voip application from a web page, ie in response to clicking a button to dial the telephone number for the record they are looking at. My question is can i use greasemonkey to launch the exe and pass a parameter from the a webpage or will security restrictions stop this from worki...

Prototype Ajax.Request only calling the last callback

Hi all, I'm writing a userscript for a website that uses Prototype. Rather than use the GM libs (mainly so I can easily repurpose it for Chrome), I decided to use the already-loaded Prototype functions. I'm iterating through the rows of a table, each signifying a unique user, by checking for an online status element on their profile pa...

ckeditor 3.0 causes "unauthenticated content" when simply included on an HTTPS page

When I include ckeditor aka fckeditor (version 3.0.1 revision 4391), which I downloaded from their site last week, into a page that is SSL encrypted, I get the Firefox broken lock icon and the warning "Warning: contains unauthenticated content". However, IE8 doesn't give this error at all. I checked the headers (Live HTTP headers), and e...

javascript Button.click() does not work in firefox. works fine in Internet Explorer

I have asp.net button on my page. When I click the button using javascript (buttonId.click()), firefox seems to fire all onclick eventhandlers on the page. I would like to click only one button. This scenario is working fine in Internet Explorer. Please let me know of any workarounds for this. Thanks ...

Template Recursion error

Hi! I am in the process of refreshing my XST knowledge, and have decided to have a go at making an XSLT 1.0 stylesheet that convert the XMLHelp files from the C# compiler into a better formatted form. There are a number of issues to get around, but currently I am simply trying to parse those annoying member name attributes, and creat...

is window.open("", ... impossible with firefox?

Hello In firefox I have opened a locally stored file with the file:// protocol (file:///c:/temp/foo.html) foo.html contains Java Script which (among others) is supposed a new window without URL: var new_window = window.open("","", "height=100,left=50,width=200"); When this line is reached, Firefox displays this "Firefox prevented ...

Javascript: designMode for iframe doesn't work with FF when in jQuery dialog

Hi, here's the sample code (fully working - just copy to an empty html file and it will work): <html> <head> <title></title> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/...

Font Rendering between Mozilla and webkit

I'm not sure if this has anything to do with the recent Safari update, but I'm beginning to notice this a lot. There is a drastic difference in the way each browser is rendering fonts. for instance, I took screenshots of what I am seeing here on stackoverflow... http://twitpic.com/q43eh I have verified that this is a trend via my co-wo...

How do you think Google is handling this encoding issue?

I recently came across an encoding issue specific to how Firefox encodes URLs directly entered into the address bar. It basically looks like the default Firefox character encoding for URLs is NOT UTF-8, which is the case with most browsers. Additionally, it looks like they are trying to make some intelligent decisions as to what characte...

Setting HTTP Headers form a Firefox Extension

How can I set HTTP headers in my firefox extension? I'll make it so these are only sent while hitting my site so I can detect if the plugin is installed or not and not promote the plugin if it is. Thanks! ...

Self-Signed SSL Link not working

I have an embedded web server with a self-signed SSL certificate. After I get past the Web Browser's warning about the SSL Certificate being self signed, I am seeing a difference between IE8 and Firefox 3.5.5. In IE8, if I try to download a PNG file, it will download every time. In FireFox, it will give me an error every other time. ...

jQuery XML Parsing Not Working Locally in Safari 4.0.4

I'm new to this site, but it seems like someone out there should be able to answer my question. I've recently started using jQuery, and spent the day slamming my head against the desk trying to successfully parse an XML file and append the text to a div. After failing at this in Safari, I switched over to Firefox, and found it working p...

Accessing the Firefox object model

Is it possible to access the DOM of a firefox page from a process outside of Firefox (in Windows.) It is possible to do with in IE via the accessibility interface and is a commonly used technique to access the IE browser without installing a BHO. But I was wondering if there is a similar technique available for Firefox, or must I install...

Starting a Firefoxprofile in a startupscript?

How do you start a Firefox-profile in a startupscript? This want do: Set shell = CreateObject("WScript.Shell") progList = Array("C:\Program Files\Mozilla Firefox\firefox.exe" -P "PrimaryNew" -no-remote") For Each prog in progList 'WScript.Echo "File Name: " & prog shell.run """" & prog & """", 1, false WScript.sleep 1000...

Testing if Quicktime and Java are installed?

In Javascript how can I test if the user has the quicktime plugin and java plugins installed? ...

Detect when user clicks link, but aborts

I am working on a Web CMS. When the user clicks on a link to move to a different page, or submits a form, I want a "please wait" animated GIF to show up in the top right corner to symbolize that loading is in progress. However, the user can cancel loading of the new page in their browser, for example by pressing the "cancel" button or E...

Replace Helvetica Neue with a different font in firefox.

Is there a way to replace the font 'Helvetica Neue' with 'Verdana' in firefox via the userchrome.css, usercontent.css, or user.js? I find this font extremely hard to read without zooming the content. Thanks. ...

JQuery problem in Firefox

I have a Problem with Jquery dropdown and Firefox. Thats the situation: in the index.html there is a dropdown selection with 3 options. Each of theme has a html file. In the second dropdown there is again 3 Options after i select the first dropdown. The Problem is in the second Dropdown. Firefox always takes the last from the file. ...