Ehm...I've just seen the statistics of google analytics for the web site I made (www.naera.it.. .my first site) and there's no user using Epiphany, Konqueror or Opera. Modern browser but not used...
At most I have 57.95% IE/Windows, 33.52% FF/Windows, 2.84% Firefox/Macintosh, 1.70% Safari/Macintosh, 1.14% Firefox/Linux...
Opera is the worse browser I've tried.
User Profile
Collapse
-
My opinion is different.
I work in a web agency, and we all hate Firefox.
I think: why "you" want to create a new browser and reduce the executed function?
An exaple: outerHTML doesn't work in firefox but work perfectly in IE.
Sometime happen that you are in a node, you want to select this node (I mean the HTML that comprises the node), but if you move to the parent node, you lost which node want to select. With...Leave a comment:
-
Guys I've found the problem...
I don't know why but Firefox want that simbols "<" and ">" must be translated with "<" and ">", differently from IE.
In IE, writing < or > show "<" and ">" like no-code simbols.
Mah...Firefox.. .what a strange browser...
Thank you all!Leave a comment:
-
I know. But the problem is that previewBanner is create dinamically by the previous lines. So...what's the problem??? Why previewBanner has no properties??? Why in IE work properly???
I don't see anything strange...
My only thought is that HTML added by Javascript isn't accessible by Javascript...bu t...I hope it's possible...
Or...maybe firefox don't insert HTML code contained in variable "testo" into...Leave a comment:
-
The only alert I have is at line 21.
Click here to try.
Pressing "Seleziona banner" ("select banner" translated in english) you have the page. It's an xml page formatted with an xsl stylesheet. The script is inside the xsl code. So if you try to get the source you'll have an xml page.
Click here to have the complete xsl file.
Thank you!Leave a comment:
-
Javascript & Firefox: simple code don't executed
Hi all!
I've wrote this code:
[code=javascript]
<script type="text/javascript">
var largImg;
var altImg;
var txtTop = '<b>Ottima scelta!</b> Ora compila il form e premi "Ricevi banner". Il codice HTML ti verrà mostrato in questa pagina e, per comodità, ti verrà inviato, via mail, all\'indirizzo da te fornito. Se invece vuoi cambiare il banner... -
Hey!
Good news!
I've done what I wanted!
The problem?
This line:
Must become:Code:IOx.txt="textContent"; if(document.all){IOx.txt="text"; }
Thank you all!Code:IOx.txt="textContent"; if([B]window.[/B]document.all){IOx.txt="text"; }Leave a comment:
-
Ok guys,
I've tried the XMLHTTPRequest method and it's near to work.
In Firefox work if the url isn't absolute, in IE work if it's absolute.
...Code:<html> <head> <script type="text/javascript"> function IOx(U){ var X=((!window.XMLHttpRequest)?new ActiveXObject('Microsoft.XMLHTTP'):new XMLHttpRequest() ); X.open('GET',U,false); if(X.overrideMimeType)Leave a comment:
-
Hi all,
thank you for the speedy-answer :-)
I've tried to ask the nodeName and Firefox answer me "#text".
I try to explain what I've done (and work properly in IE):
I have a shop, people can add what they like to a cart. When they end to shopping, going in Cart's page, they can buy what they have chosen.
Every time they add something to the cart, a cookie was added. I know every problem due to cookies,...Leave a comment:
-
problem with reading XML-Document in Firefox
Hi,
I'm new in this forum.
I was searching for a solution to read xml file with javascript in Firefox (I hate this browser...grrrr r...) and I've found this topic.
I've read all but my problem still exist! :-(
I report what I've wrote. The original script I've made is more complicated but the problem is the same, so I've tried with a smaller page. That's the source:
[code=javascript]<html>...Last edited by pbmods; Dec 8 '07, 04:19 PM. Reason: Fixed CODE tags, split post into its own thread.
No activity results to display
Show More
Leave a comment: