Error In FF And Chrome With Obj.name
Jul 23, 2011
My problem is that obj.name, or any of its derivatives do not seem to work in FF and Chrome, but work fine in IE. The variable obj stems from
Code:
function catchIt(e) {
if (editing) return;
if (!document.getElementById || !document.createElement) return;
if (!e) var obj = window.event.srcElement;
else var obj = e.target;
How come obj.name becomes undefined when i alert it? What can be changed to accommodate the script for FF and Chrome as well? The rest of the code:
[Code]...
View 2 Replies
ADVERTISEMENT
Jun 21, 2010
This is throwing up an javascript error in IE6 and Chrome, can somebody point me in the right direction?[URL]...
View 2 Replies
View Related
Aug 1, 2011
Its showing perfectly in FF but its not displaying the main content on chrome nor safari.
im not a developer but i enjoy the time i spend figuring out this kinda stuff.
View 2 Replies
View Related
Jan 29, 2010
I am using a script called ajax_load.js that defines a function, ajaxpage(), that allows a person to load the contents of an external page into a div item. I have it setup so I may use ajaxpage() to load pages with other div items in it. The problem is that I cannot reference the div items loaded by ajaxpage(). I have provided an example below to illustrate this. It was working fine in the prior version of Google Chrome and is still working fine in IE 8, IE 7, and Firefox. The version of Chrome I am currently using is 4.0.249.78
Here is the example; All the files used in this example are listed below:
74.54.95.210/~admin/js_test/ajaxtest.html
74.54.95.210/~admin/js_test/ajax_load.js
74.54.95.210/~admin/js_test/ajaxtest_external.html
74.54.95.210/~admin/js_test/blank.png
[Code]...
This code was working just fine in the prior stable version of chrome, and still works properly in IE 8, IE 7, and Firefox without any errors (The version of chrome giving me problems is 4.0.249.78). Does anyone know how to go about fixing this? Is this something wrong with the latest version of chrome, or is this on my end? The site I am currently working on relies heavily on this working, and having to change things means altering several thousand lines of code.
View 1 Replies
View Related
Mar 9, 2011
If you select a Training Event from the menu - "Submit This Record" will appear - click on it. Three alerts should come up - the first two showing data elements (normally not there but I needed to replace some code for this demonstration as the "real" page interacts with my live database), and the last saying "data submitted". In Safari, Firefox and Chrome these all work fine but in IE8 (Explorer) it gives an error on page error ...
If you click on the Volunteer Events radio button, an alert show ups that shows some more data elements (again normally not there), then select a Volunteer Event from the drop down list, make selections from any drop down lists that then appear after that until finally several other form items appear. You must enter a date, and at least one entry from the "Volunteer Activity Itemized Times" drop down menus before you click on "Submit This Record" - the same three alerts should come up - and like the Training Event, everything works except on IE8. (could be that this is also a problem in versions lower than IE8 but I don't have access to a machine that runs Windows (I am a MAC user).So if anyone out there is running IE8, I would appreciate if you could put this app thru it's paces and when you get the error - shed some light as to what is not right in the Explorer world that the rest of the world is OK with
View 8 Replies
View Related
Apr 10, 2011
i'm trying to insert a dynamic js file which contains multiple functions in it (for the example : function x, function y)and it seems that my google chrome doesn't really like it so muchis there anyway you know i can bypass it and make it work and both web browserscode examples:
// this is where the js file supposed to go
<script id="ScriptFile">
</script>
[code]....
View 4 Replies
View Related
Apr 10, 2011
I'm trying to insert a dynamic js file which contains multiple functions in it (for the example : function x, function y) and it seems that my google chrome doesn't really like it so much. Is there anyway you know I can bypass it and make it work and both web browsers.
Code examples:
// this is where the js file supposed to go
<script id="ScriptFile">
</script>
//1.js contains function x and function y
document.getElementById('ScriptFile').src = "/Mysite/js/1.js"
Later on I need to preform some actions with function x & y. Couple more issues I need to explain first there are number of js files (1,2,3 .... n ). Which all contain the same functions but with same data so i cant register them hard-coded. If I type the function x into the "ScriptFile" block, it does work.. its not the function problem. Same goes if i include it as source in the "ScriptFile" block (<script id="ScriptFile" src="/Mysite/js/1.js") this only gives me an error while using chrome, works perfectly fine under explorer the error says it cant find function x.
View 5 Replies
View Related
May 17, 2011
In our organisation we are developing a website which makes heavy use of javascript.Right now we have jquery 1.4.2 as js library.The problem is,on a few pages, we get the 'script stopped working' error and we just cannot find out what exactly causes the error.
This is what we know:It occurs in chrome and firefox, under windows, linux and mac.In FF 2 it happens on every pageload of a certain testpage whereas in FF >= 3.6 it only happens'randomly'If we take out all the js includes from that page and load it up in FF 2, there is no error, obviously.if i set the'dom.max_script_run_time'value in FF 2 to 11 seconds,the error vanishes, and if i set it to 10 sec (the standard) it occurs on every page load. If i set the value to one second in FF 4 it still doesnt occur regularly.There seems to be a correlation between slow computers and fast computers, with more errors on the slow computer side.
how to debug that error at all? Or how we can find a testcase, something with which we can reproduce this error in every combination.
View 3 Replies
View Related
Oct 22, 2009
IM NEW AT THIS AND I'M WORKING ON MY FIRST WEBSITE. I USED iWED AND I DON'T UNDERSTAND WHY IT WON'T WORK. WHENEVER I TRY TO OPEN IT IT SAYS: Parse error: syntax error, unexpected T_STRING in /home/a2460084/public_html/beto/index.html on line 1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">[code].....
View 3 Replies
View Related
Aug 10, 2009
I'm new to jQuery and the validation plugin, I just wondered if it is possible to get the error messages to be shown in an error summary section instead of inline?
View 1 Replies
View Related
Jul 18, 2009
I am developing a web page . For this i am using Javascript embedded in html. In the application ,the user can input data via interfaces in the page which is chosen and read from a master xml file , the chosen data then needs to be stored and saved in a xml file.I have designed the web page in FrontPage.
Now the problem i face is while trying to save the output xml file i get error Permission Denied , error code 0 . This happens when i try to open the page in browser IE 6.0 SP2.I am using DOM parser methods for doing the xml manipulations/savings etc.urprisingly this works in another machine.Also can i use the all of the same javascript code if i want to run it in an IIS. Do i have to do some changes to make it server side javascript code.
View 4 Replies
View Related
Jul 26, 2010
Trying to use a small bit of script to slide open and closed a div.
Copied it from another page where I have it working just fine. Coding in coldfusion.
When clicked, nothing happens, and firebug pulls an error of DC_ShowDeptStaff is undefined.
Script is:
Code:
Call is:
Code:
Full code is:
Code:
View 5 Replies
View Related
Oct 19, 2010
I am working on a simple javascript craps game program. I need some advice since it won't display who the winner is, keep tally of who wins/loses, and the number of total games played. After using the error console there's an error with document.forms [0].thrower.value not being defined.
<html>
<head>
<title> JavaScript Craps Game</title>[code]....
View 13 Replies
View Related
Jun 17, 2009
Site - [URL] Location of js and css - [URL] The jCarousel works great in all other browsers, but in IE, when you get to the end of the jCarousel it gives the "Error: 'url' is null or not an object" pop up and it won't let me use the left arrow buttons to go back.
View 4 Replies
View Related
Aug 12, 2005
alert(xmlhttp.responseText);
gives a system error number: -1072896658
I have declared the object using
var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
It works with IE version 6.0.2600 but not with IE version 6.0.2800
Couldnt find wat tis error code 1072896658.
View 1 Replies
View Related
Apr 15, 2009
I'm receiving the following error: Error: uncaught exception: Syntax error, unrecognized expression: # However all the functionality of the script continues to work, I need to get rid of the error as it looks pretty bad on client's sites and want to make sure the script isnt doing anything funny. The basic set up is a number of Select boxes, When selecting an option in the select boxes, I loop through a JSON stock array to see if the item is in stock and to then enable / disable the relevant options in the other selects based on the stock record. The error (as far as I can see) appears on this line: $("#option" + nextid + " option").filter(function(){
[Code]....
View 1 Replies
View Related
Sep 14, 2011
im trying to make a program that passes an array to a method. the method then finds the smallest number in the array and passes that number back to the main where its printed out. I am getting an error saying: "error: number cannot be resolved to a variable". I am using drjava. here is my code.
import java.util.*;
public class homeWorkTwo{
public static void main(String[] args)[code].....
View 6 Replies
View Related
Oct 19, 2011
I have taken part of some code I know works and simply added a print statemet to it as I want it to print to the command prompt, where I am running the script, the value of REMOTEDIR why the addition of the print statement provides an error: ERROR: JScript runtime error: Object expected
[Code]...
View 1 Replies
View Related
Nov 22, 2009
On this page http://jimpix.co.uk/ecards/262-no-words.html
I get this Javascript error in IE6:
Line: 5
Character: 1
Code: 0
Error Message: Syntax error
URL: http://jimpix.co.uk/ecards/262-no-words.html
I'm using the DebugBar add in for IE (http:url....)The error message in DebugBar is this:
http://jimpix.co.uk/junk/error.png
And the view-source of the page is here: http://jimpix.co.uk/junk/source-code.png
I don't get the error in Firefox 3 or IE7.
View 3 Replies
View Related
Apr 24, 2011
I m loading PDF inside <object> tag by setting data=content.aspx where content.aspx returns byte stream for my PDF. Everything works fine in success, but if there is any error inside content page, I m nt able to handle or catch it in my JavaScript.
how to catch/handle error in js for error? This is critical for me, I request help from community.
View 2 Replies
View Related
Apr 14, 2009
I'm having a problem on a particular site I am working on.
The URL is [url]
The problem is that when I try to close the browser in IE on the main page I get an popup with an error which says: "An error has occured on the script on this page"
Do you want to continue running scripts on this page?
"Yes" or "No" (Buttons to Click)
I have to click the 'Yes' button about thirty times before the browser will finally close. Does anyone have any idea what this is?
Here is the source code.
Code:
View 2 Replies
View Related
Jun 6, 2010
i'm a newbie on jquery i'm studying it with the latest version, and following a book called "Learning Jquery" but iencountered a error, and i don't know what the problem is:
i copied the code from the book like this:$('a[@href^="mailto:"]').addClass('mailto'); to try to change the links which start with "mailto" to the new class "mailto" but there's a error reported: uncaught exception: Syntax error, unrecognized expression: [@href^="mailto:"]
View 5 Replies
View Related
Apr 2, 2010
Here's where I'm having an issue: [url]
It returns an error of "Error: ca is null" from this function:
Code:
The thing is that it will return a "null error" for whichever height I try to set first. I mean, if I swap the first two items:
Code:
It will return "Error: cb is null".
View 1 Replies
View Related
Aug 10, 2010
i want to call a javascript function on the click of a div
ie <div id="whatever" onclick="javascript:doThis()">click me</div>
function is something like this:
function doThis(){
alert("ya");
}
It works okay in IE5.2 but not in FF or Chrome..
View 2 Replies
View Related
Dec 15, 2011
I have Chrome 16.0.912.63 m. I'm learning js. A simple cookie setting example script works in IE & Firefox but not in Chrome.
Code HTML4Strict:
<a href="javascript: setcookie();">Set Cookie</a><br/>
<a href="javascript: readcookie();">Read Cookie</a>
<script type="text/javascript">
[Code]....
What do I need to do differently in Chrome?
View 5 Replies
View Related
May 13, 2010
I have a script a co-worker wrote and it works in FF and Chrome but IE will not work. Get's a 'activeTab' is null or not an object error, I checked for commas and fixed a semi-colon that was missing in two spots but not change in IE.
code below:
<table class="tan-header rounded-box" style="padding:0px;border:0px;width:560px" cellspacing=0 cellpadding=0>
<tr class="headerrow">
<td class="main">
[Code]....
View 6 Replies
View Related