firefox

ASP.Net ReportViewer causes flickering in Firefox.

In the HTML generated by the ReportViewer there is the following line of code (I've tried ot make it more readable by removing the superfluous information) setTimeout("frames['ReportViewer1TouchSession0'].location.replace('/Reserved.ReportViewerWebControl.axd?...&TimerMethod=KeepAliveMethodReportViewer1TouchSession0...", 0); function K...

How to dock Firebug in browser window?

How to dock Firebug in browser window after I opened in a new window? With Firefox 3.0.8 and Firebug 1.3 on Mac OS X 10.5 I can't get it docked in the browser window back. :( ...

contentEditable on nodes in a XML/compound document?

I have an XML document that I'm displaying in a web browser, with a stylesheet attached: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml-stylesheet type="text/css" href="abc.css"?> <myxml xmlns:xhtml="http://www.w3.org/1999/xhtml"&gt; <para>I wish i was editable</para> <xhtml:script type="text/javascript" src="abc....

How does FireFox know that the page is an Atom feed?

I'm creating a web site and I'm having trouble getting FireFox to ask me where to add the feed when I open it. I used the tag to add the RSS icon, and it leads to a page that provides a valid Atom feed according to the W3C validator. When the content type is "text/html", I get the content of the xml tags concatenated. When I serve "appl...

My logo works in Firefox but not IE

Hi My logo, which I'm referencing in my external css style sheet is working fine in Firefox, but does not appear to work in internet explorer: below is the code I'm using: #header { width: 760px; float: left; background-color: #fff; } #header h1 { float: left; font-size: 1em; text-indent:-9999px;...

JavaScript versions later than 1.5 - why?

The Mozilla Foundation continues to add new language features to JavaScript. They're up to version 1.8 now where 1.5 was more or less the ECMA baseline. However, Firefox is the only browser that supports the latest version and IE is firmly stuck at a 1.5-equivalent JScript. What purpose do the Firefox-only extensions serve? Or are they...

HTML Element's Height Property not set by Internet Explorer

I've written a Javascript script that automatically resizes the height of an IFrame, depending on its content. This is done as soon as the content of the framed page is produced; in Firefox no problem, but in IE the script is correctly executed but no effect is seen: the method is called in a callback function. Any sugestions? If I execu...

Can enumerate only through first 20 or so cookies before I get the exception

Hello, The following code creates 100 cookies and then enumerates through them via postbacks. protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { for (int i = 0; i < 100; i++) { HttpCookie cookie = new HttpCookie("cookie num." + i.ToString()); cookie["Cookie"] = i...

YUI Uploader + SSL + Firefox

If your server has SSL enabled, and you're using YUI uploader, is it possible to upload using Firefox browser? We are currently having problems with firefox but uploading with IE (7) seems to be ok. Any ideas why it fails in Firefox (Note: the certificate was already accepted ) ? Thanks, Franz ...

Forcing scroll positioning with Javascript scrollLeft

I have a set of javascript functions I use with a table of input elements to enable navigation. Things like keeping track of the currently focused element, and overflowing from the end of one row to the start of the next. I have scrollbar support with a fixed first column by creating one table that is only one column wide as my fixed col...

Can you insert a form onto a page using jQuery's $.load() function?

I have a page where there's a drag and drop table where the order of the rows determines the value of a subtotal. However, it's more complicated than just addition and I would rather not duplicate the logic in JavaScript to update the values. A simple solution would be to reload the whole page using Ajax and then replace the table from ...

XPCOM tab based variable.

When user clicks on of the button in toolbar it opens an url in the browser windows. user can process that content on clicking on some other button on the toolbar. However it creates a problem when i have multiple tabs opened and each tab contains different url (so when i send a request to the server through toolbar actions it takes id ...

Can I disable Firefox' image scaling with CSS on a per image basis?

There are two occasions on my web page where I don't want Firefox to automatically scale the images when zooming in and out. Can I circumvent this feature on these images specifically, and have the rest of the images zoom as normal in Firefox (if that's what the users has set in his/her preferences)? ...

Jquery append <select> not working in IE7, but works in firefox

I am getting data from a database through AJAX and appending tags to a select statement. The following code works in firefox, but only partially in IE. The problem in IE is that is creates the option elements in the dropdown, but the "text" attribute value is empty (the dropdown appears with 30 blank rows! However, the "value" attribute...

Are there Firefox extension (or any other browser) that allow to send arbitrary POST data to a webpage?

I want to test the security of a website of mine and I would love to have an application that is able to send POST data, if it's even possible.. Thanks ...

XUL and document.write()

I'm attempting to create a simple firefox extension and am stumbling on what I'm allowed to do in a XUL window. I'd like to use document.write or get a handle on a textarea to collect data and display it when a button is clicked. Are there any tutorials on how to do this? From what I've been reading, people have suggested opening a ne...

gmail javascript bookmarklet

If I load this in a new tab (FF3) it works. If I load it in the current tab it just prints the url. I think it's actually a matter of loading it in an existing gmail tab. So say, make the bookmarklet, click it once, then click it again. That seems to be the way to recreate the problem. Any idea what would cause this? I can think of a...

How to change the executable in an OS X Application Bundle

I would like to run a script before Firefox starts & after it quits. In Ubuntu I do this by creating a new shortcut that calls my function first, then calls the firefox command, then calls my last function. Since the firefox command blocks until the application quits, my last function is called immediately after the process ends. Howeve...

Firefox plugin and document.ready

Hi, I am trying to develop a firefox plugin, which should be executed, whenever a page is loaded.Can someone please tell me which event to use it. In firefox, document.ready gets executed when I open a new window and it does not gets executed, when I open a new tab :(. Any help is appreciated. Thanks ...

Integrated Windows Authentication with IIS, Firefox and SQL Server

Hi, I have a web site running on IIS on my localhost. This web site has directory security set to only allow Integrated Windows Authentication. It is part of an intranet and needs to authenticate by our domain accounts. I then connect to SQL Server with Integrated Security = SSPI in the connection string. This works fine with Microsof...