0
votes
4answers
18 views
Help Cursor is not working in the firefox browser…
<html>
<head>
<title>Question</title>
<script type="text/javascript" >
function MouseOverHand(ID)
{
var Cursor='hand';
var ID=ID;
if (!document.all){ …
0
votes
1answer
12 views
Javascript focus in firefox
Hi all,
I want to focus on a special textbox when page is loaded. I do this with js function focus() and it works fine. But when I open the page in a new tab in firefox, it doesn't …
1
vote
0answers
12 views
AJAX Prototype problem with Firefox
I'm testing with Firefox 3.5.5.
I'm using prototype.js which is giving me some problems with a text area.
I have a textarea called "mytextarea". It seems that when the content of …
2
votes
4answers
64 views
Can I call jquery click() to follow an <a> link if I haven’t bound an event handler to it with bind or click already?
I have a timer in my javascript which needs to emulate clicking a link to go to another page once the time elapses. To do this I'm using jquery's click() function. I have used $(). …
0
votes
4answers
32 views
AJAX script not working in Firefox
I have written an AJAX script to read information from a database and inject it into a .php file as HTML. It works in IE8, Safari, Chrome but not Firefox. No errors displayed or an …
3
votes
3answers
53 views
Cross-browser development
Hi all,
I'm developing a web application for a new service, starting from Firefox 3.5.
The interface design is tableless, only using divs + CSS & performance-blessed practice …
0
votes
3answers
31 views
Firefox show broken images
In firefox a broken image appears as just a blank white space. On a white background there is no way to distinguish between no image and a broken image. This makes identifying br …
1
vote
3answers
66 views
Why does hitting enter key in the textbox in firefox browser set Page.IsPostback value as true?
Hi,
I've an aspx page which has got a textbox and a submit button.Entering data in the textbox and hitting the button shows a listview control which displays data retrived from th …
0
votes
2answers
28 views
XSLT output does not reflect on Firefox
Hi, I have created a Practice.xsl file to transform the source Practice.xml to an html from javascript and add the generated html to n empty DIV element, which is working fine with …
0
votes
2answers
30 views
jquery AppendTo & Append Error in Firefox
Hi,
I am getting a strange error using jQuery 1.3.2 and Firefox. I have created a small popup window for an element and I am using the code
var popupWindow = $($('#template')[0 …
1
vote
1answer
18 views
extension like firebug to actually write on the file system
I'm not a desktop applications developer so I was wondering if someone heard about an extension that actually writes on the file system. it would be great if you open firebug like …
1
vote
3answers
49 views
FireFox performance problems with a particular jQuery enabled site
I built my first site with jQuery and overall it turned out quite well - in most browsers, that is. You can see the site's test environment here.
Much to my surprise, it works gr …
0
votes
2answers
53 views
Where is this extra scroll bar in IE7 coming from?
I have a CSS layout that simulates a fixed-frame page, with a header and a left side menu, and a content pane.
In Firefox, this works fine, but in Internet Explorer 7, there is …
0
votes
1answer
30 views
Firefox logs invalid URL?
I'm writing an extension for firefox. Using dom.location to keep track of visited search results pages, i'm getting this url http://www.google.com/search?hl=en&source=hp&q= …
2
votes
1answer
16 views
Cross browser way of setting IFrame to “about:blank”?
Does anybody know a proper, cross-browser way to "empty" an IFrame?
Is "about:blank" recognized without error across all browsers?
Is it valid to give an IFrame an empty src?
