Everything Works Great In IE But Not In FF?
Jan 28, 2011I have three java functions running on a form and everything works great, but I cannot figure out why Firefox isn't working...
View 5 RepliesI have three java functions running on a form and everything works great, but I cannot figure out why Firefox isn't working...
View 5 RepliesI'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:
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]...
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..
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 RelatedI 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 Relatedvar 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.
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.
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 Relatedcheck 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?
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]......
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.
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?
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 RelatedThe 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 Relatedi 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]....
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 RelatedCode... 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...
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]....
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...??
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]....
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]...
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 Relatedwhy 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]....
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].....
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