Everything Works Great In IE But Not In FF?

Jan 28, 2011

I have three java functions running on a form and everything works great, but I cannot figure out why Firefox isn't working...

View 5 Replies


ADVERTISEMENT

JavaScript Popup On Window Close: Works Great On IE, Works Terribly On FF

Dec 13, 2006

I'm just restating my "site abandonment" post but with a clearer title as I realized it probably only made sense to me and me alone.

I have window that pops up with our commerce system. I have it set to pop up a window via JavaScript if the visitor quits early in the process (abandons the commerce system before completing all of the steps. The new popup is just a customer survey ("why are you leaving, is there something else we can help you with" etc. etc.).

Here's the problem, it works fine in IE, but in Firefox, anytime the page in the original commerce window is changed, refreshed or advanced to a new page, the survey popup window is called rather than just on window close.

Again, here's the two JavaScript routines that handle clicks on the graphical close button and on the window 'X' close button. Code:

View 9 Replies View Related

SetAttribute Works GREAT In FireFox - Ie Doesn't Like It

May 10, 2011

I've been working on this for about four hours (two today, two yesterday) and keep hitting the brick wall. I'm trying to create a function that will add an attribute to specified tags. As the title says, it works great in FF and not at all in IE7. Probably the first question you'll ask after you see my code is "why?" Well, I've got a form with over 100 form fields in it, and if I can avoid manually adding an attribute to all of them, I'll take the JS route.

[Code]...

View 5 Replies View Related

Button OnClick Event Works Great In IE But Not In Safari/FF?

May 14, 2009

I've spend about 2 days writing this javascript code and it works great in IE only to find out that it does nothing in Safari/FF.

Here is my code:

<script type="text/javascript">function calculate() {
var thetotal = 0;
var silver = 0;
var gold = 0;

[Code]....

Basicly what the script does is using some variables in my form will calculate a total price in real time when you click the "Calculate" button. Works great in IE, but in Firefox/Safari it won't do a thing..

View 8 Replies View Related

JEditable Works Great With DB - Get It To Update Non-db Values Properly?

Jul 13, 2010

Each instance of what I need edited also has an id on the page for referenceSo things like <p id='titleonebox' class='editable'>Title that can be edited</p> If I'm updating the DB I have it all figured out because I'm updating X where X is X.However on the index page itself I have 'headers' that I want editable for each div(The divs are populated via the DB and they edit fine)I've tried using save.php from jquery's jEditable documentation but it won't save the value when I refresh the page.

View 1 Replies View Related

ICal Functionality Which Works Great In Firefox But Doesn't Seem To Display In IE

Jul 6, 2011

I put iCal on my site which works great in Firefox but doesnt seem to display in IE, is there any way this can be fixed? Events | PrimaryCareCommunity

View 7 Replies View Related

JQuery :: Video Plugin - Works Great For Chrome But Not Safari Or Firefox

Mar 14, 2011

var myVideo = {

Having issues with the video plugin for jQuery. This works great for Chrome but not Safari or Firefox. In Firefox it just shows up as a grey box with a light grey 'X' in the middle, and in Safari as nothing. I'm guessing it's something about the MIME but I have no idea what to do about that.

View 1 Replies View Related

Getting JS That Works In FF?

Mar 24, 2011

So I have this code listed below:

<script type="text/javascript">
if (!window.console) {
window.console = {

[code]...

It works perfectly fine in IE but as soon as I load it in FF it does nothing.

View 1 Replies View Related

IE Works Once (more Or Less) But Not Again

Nov 26, 2010

I have a page at the following url:[URL]Pick a continent, select a country ( orange if in Asia, green if in Africa) click on one of the bullets and some info pops up. Works fine in FF and Safari but in IE, it works (almost) once, but then goes dead i.e. the links seem to disappear. get this working in all browsers?

View 3 Replies View Related

Works In IE7 But Not In IE8

Jan 5, 2011

check out this page [URL] (you might see an ERROR like "Notice: Undefined index: SCRIPT_URI ... on line 23" THAT'S FINE - that page sets a cookie to allow you to see the header with login on homepage)

then go to the homepage: [URL] and try to click on "Log In" in top right corner a overlay with iFrame opens IE7 but not in IE8

what's the right way to handle something like this? approach? steps? techniques? tools?

View 1 Replies View Related

Nav Works In IE6 Not In IE7?

Mar 24, 2010

I built a horizontal navigation dropdown menu and it works in IE6, but when we were pushed IE7 it stoped working. Is it my javascript or is it my CSS (do I need html hacks for IE7 )

HTML Code:
[b]javascript:[/b]
// JavaScript Document[code]......

View 6 Replies View Related

Js Works In FF Not IE?

Nov 22, 2010

I should probably know the tricks about javascript not working in IE etc. I'm sure this is something very basic. I just can't figure it out, and it's really not my strong suit.I'm testing it with IE8.IE is getting stuck on two of these ajax functions:

--------- the error -----------
Message: Unknown runtime error
Line: 47
Char: 5
Code: 0
------------------------------

Code:

function blcode_search(blcode,asa_hash) {
if (window.XMLHttpRequest)

[code]...

Edit: I tried messing with the security settings and everything... IE is running in please exploit me mode.

View 1 Replies View Related

This Works In IE But Not In Mozilla

Jul 23, 2005

I have some functions in a script in which I'm manipulating the
innerText and background colors of certain rows in a table. The lines
below work OK in IE but when I try them in Mozilla, I get an error
that says: "document.getElementById('TableX').rows is not a
function".

thisRow = document.getElementById('TableX').rows(1);
thisRow.style.background = 'white'

Can anyone give me a clue as to how to fix this so that it will work
in both browsers?

View 2 Replies View Related

Script Works In IE Not FF

Jul 21, 2006

I have a script that works perfectly in IE but not in FF. I am sure that the problem is easy to resolve, but I seem to be too dumb to figure it out......

View 9 Replies View Related

JQuery :: Css Works In IE Not FF

May 30, 2010

The following works in IE8 but not firefox. q is a variable that is an id:an example of the selector is [code]

View 1 Replies View Related

Script Only Works On First Row?

Mar 30, 2011

i have a dynamic update form with 2 checkboxesi use the following to check/uncheck the checkboxes so that only 1 is ever checked, the checkbx also updates the record using onclick.The onclick for updating record works fine for every returned record however the javascript will on function on the first record

Code:
<script type="text/javascript">
function checkplay()

[code]....

View 7 Replies View Related

Script Works In FF But Not In IE?

Aug 27, 2009

Im using javascript for my gallery with slideshow, its perfectly working in 3 browsers like safari, Firefox and chrome but not working in IE7. There is an alignment problem + scripting problem

View 2 Replies View Related

Can't Get Script Works On IE / Fix It?

Sep 1, 2009

Code... I have know much about javascript, but the code above works fine in safari and firefox but not IE.

it's for a popup, when you click a link it blankets the page and theres a popup window.

here's other parts of supporting css/php code...

View 3 Replies View Related

Works In All Browsers Except IE?

Oct 8, 2011

how I can make this work in IE as well?? It is a code that shows a divide on click and then hides the rest at the same time.live code is also at chryscreations.com/ns/boynames.html

Javascript:
function showstuff(divID)
{

[code]....

View 6 Replies View Related

DOM Works With Which Files

Sep 24, 2003

i need to search for certain files

asp
html
htm
stub

i was wondering which files can use DOM method on...

i need to search meta tags for particular attributes and their values

can I use DOM on these files?
I know I can ues it on HTML and HTM files but the rest...??

View 4 Replies View Related

Ajax :: Only Works In IE?

Aug 30, 2009

I'm no noob 2 ajax and have used it many times before. But for some reason this script doesn't want to work on any browser except Internet Explorer. Can anybody see what I have done wrong in this code as I have searched and searched for hours and only found things that don't work. I have another script that works that is almost identical to this one so I'm not sure what could possibly be wrong.

<script language="javascript" type="text/javascript">
function returnObjById( id )
{

[code]....

View 1 Replies View Related

Tab Switching Works Only With Php

May 10, 2011

I have a page at this link [URL]. The problem now if you click on the Driver Employment tab and press Add button at the bottom the content will change to Driver Details. But the tab Driver Employment is still highlighted not the Driver Details. Below is the php part of the codes which setup the tab. Each of the swapping happens via the javascript which is also listed below. The weird part is that when the function function showTab call from php it works perfectly fine and swtich the right tab. The problem when it is called from function Validate form it does not switch the tabs.

[Code]...

View 3 Replies View Related

Works In FireFox But Not IE?

Apr 7, 2009

I have encountered an issue with Javascript and my novice skill set has not allowed me to find a solution. On a page I have several images, when the user clicks on an image I pass some info about that image to my display html page. In the display page I want to display two images so I append Zoom.jpg and Medium.jpg to the string I passed. FireFox displays both images but IE does not seem to know what to do with it.

View 10 Replies View Related

Onload Works With IE But Not FF?

Jun 13, 2010

why this combo works perfectly in IE and FF:

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);

[Code]....

View 3 Replies View Related

Ajax :: Works In Ie But Not In Others?

Jun 28, 2010

i am trying thisformpage.php

<form action=xyz.php method='post'>
<div onclick="do_ajax(1,div1,2')" style="cursorointer;float:left;">Get Fields</div>
<div id='div1'> </div>

[code].....

View 1 Replies View Related

Works In IE,NS4, NOT MOZILLA?

Jul 7, 2003

This works in IE and NS4 but in Mozilla (Firebird) it displays part of the javascript as page content instead of scripting. It's a very old 'mouseover generator' that writes javascript that had so many requests when I removed it I had to put it back in.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved