1
vote
2answers
62 views
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 …
0
votes
1answer
11 views
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 …
1
vote
3answers
37 views
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 b …
1
vote
1answer
25 views
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 …
1
vote
2answers
33 views
Does anyone know if there is a Chrome plugin for making FireFox extensions work in Chrome?
Does anyone know if there is a Chrome plugin for making FireFox extensions work in Chrome? Just curious because Chrome does appear to run faster, but I love my FF plugins, especial …
0
votes
2answers
53 views
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
w …
1
vote
2answers
34 views
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 l …
0
votes
1answer
11 views
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 …
1
vote
1answer
13 views
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 …
0
votes
1answer
34 views
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 on …
1
vote
1answer
64 views
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 o …
3
votes
2answers
51 views
“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 bo …
0
votes
1answer
26 views
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-load …
0
votes
0answers
11 views
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 …
1
vote
2answers
41 views
How can I reproduce the Firefox faded image/text dragging effect in .NET?
Ok, I know this is probably a pretty newb question, but when it comes to graphics programming, I am a newb :)
How does Firefox achieve the drag and drop effect while displaying th …
