change url of tab javascript firefox extension
I am trying to change the url of a currently open tab in javascript firefox extension Any pointers please? ...
I am trying to change the url of a currently open tab in javascript firefox extension Any pointers please? ...
I currently use the non-standard "filter" method of rendering opacity on my site in addition to the standard way, since IE still doesn't seem to support it and unless I'm mistaken, opacity is part of CSS3 which isn't final anyway. I guess this is more of annoyance, but Firefox correctly notes an error in parsing the value for "filter", ...
Does anyone know of a firefox plugin that allows you to view what a control's name/id is? Preferably via a mouseover or something, but if I have to right click it or something that works too. ...
Given the following flow: 1) User clicks on a link, opens a popup window. 2) User does some things, clicks on a button to save changes. 3) Using AJAX, some data is POSTed. 4) In the AJAX response handler, the popup is closed and the main window refreshed. There is a problem in FireFox 2, where closing the popup within a response handle...
Is there a way to use Firefox and Firebug but pretend it is iPhone's Safari by faking the User Agent string? I want to use Firefox to examine the Amazon or Gmail sites and see how the page is laid out for iPhone... just for fun and for experiment. Is there a way? thanks? ...
An image is copied from Firefox into the Clipboard. My program gets it from clipboard and saves as a JPEG image. For some reason the image is saved with a black background. If I open the same URL in IE and copy the image into the Clipboard, the image is saved correctly by my program. I am using Delphi 7. I also tried to copy the image f...
Is it possible to output specific JSON data (exported from Firefox bookmarks) using PHP. This is the code which I have so far, it will re-encode the data as Firefox doesn't export it in the correct UTF-8 way. I also remove the trailing , from the end of the file. <?php // Read the file blah blah $hFile = "../uploads/james.json"; $hFile...
Hello all. I am writing my first FireFox extension and I have some questions. Maybe someone can help. I have a website which requires login. The sign-in is one user per login type. So if I am logged with the username "tom" from one PC and go to other PC and try to login with the same details, it fails. When I click the log-out button fr...
We are currently having error message when we ping our site in FireFox: Reported Attack Site! This web site at www.xyz.com has been reported as an attack site and has been blocked based on your security preferences. Attack sites try to install programs that steal private information, use your computer to a...
I am using Ludo van den Boom's treeTable jquery plugin to represent a table as a expandable tree. Once my data set becomes large both Firefox and IE timeout on executing the call to the plugin in my $(document).ready. The plugin's public method is: $.fn.treeTable = function(opts) { options = $.extend({}, $.fn.treeTable.defaults, ...
jQuery provides a browser neutral library for accessing and manipulating the DOM. This is good. However I'm looking for a counterpart for the visual side of things - I need to build pixel measured interfaces, without wasting so much time testing and correcting cross browser issues (buttons having crazy margins in IE, or using the wrong ...
I'm accessing another computer on the network, using the local ip (eg. 10.1.1.59:8080). Login page loads nicely but after form submission firefox (3) redirects to localhost instead of remote IP. IE6/7/8 give no problems so it seems to be a firefox problem. Any ideas? ...
The table renders differently in Firefox from IE8/Chrome. The website is here: http://nordschleife.metaforix.net/118/118/index.php/panasonic.html?id=5&___store=uk&___from_store=default I'd prefer the looks & feel of the table under IE8/Chrome, as the lines are light gray instead of completely black. Is there anything I can do ...
I have an ajax script with a "get more posts" button that inserts a couple screens/viewports worth of information. In doing this, the document looses focus at some point and thus the default behavior of the space bar (page down) doesn't work in firefox. How can I focus the document again to regain the default behavior? What components c...
I have a file foo.bar.1 on my server and when I try to access it from a browser (firefox) I get a popup that says "You have chosen to open foo.bar.1 which is a: 1 file ... What should Firefox do with this file...". If I create a symlink to it, foo.dat, I can access it just fine; the contents display in the browser as I expect. My probl...
I'm trying to get the sample code from Mozilla that consumes a REST web service to work under Firefox 3.0.10. The following code does NOT work in Firefox but does in IE 8! Why is this not working? Does IE 8 have support for XMLHttpRequest? Most examples I've seen use the ActiveX allocation. What should I be doing? XMLHttpRequest...
Hi. I'm developing a simple voting system for my site with jQuery. When I tested it on my local (own PC server), it all worked fine (on IE, Firefox and Chrome). When I uploaded to my main server, Firefox gave me an error. Considering that Firefox works fine on my local server, it has to do with the difference in servers... This is the ...
Consider this HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style type="text/css"> body { font...
I have a rails project with a lot of duplicate id's (it looks like id's were used like class should have been used), so obviously this is bad. I need to refactor everything to get rid of the duplicate id's, and need some addon for Firefox (ideally) to validate the page as I view it to ensure there are no duplicate id's, since it's not s...
I have the following html/css that is causing problems in Firefox 1.5 and 2, but is working correctly in IE6/7/8, Safari, Chrome, Opera and Firefox 1 and 3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Firefox Bug</title> <style type="text/css"> * { border: 0; paddi...