JQuery :: Error On Page In IE / Not In Other Browsers
Feb 1, 2011
I have a simple code to display div's depending on which option is selected from a dropdown.Everything works fine (even in IE), but I get the little yellow triangle on the buttom-left of the page in IE: "error on page"... I really can't see where the problem is, the script isn't that long [code]
View 3 Replies
ADVERTISEMENT
Oct 15, 2010
I have this form which works perfectly in Internet Explorer, but doesn't work in anything else:
<FORM NAME=FORMUNIT METHOD=POST ACTION="unit.<%ScriptType%>">
<TD VALIGN="MIDDLE">
<INPUT TYPE=HIDDEN NAME=UserID VALUE="<%UserID%>">
[code]....
View 13 Replies
View Related
May 1, 2007
Does anyone know of a hacked up JS patch for Error.prototype.stack or a getStack functionality for IE and Safari?
Does Opera have Error.prototype.stack?
Maybe something like:
Code:
Error.getStack = function getStack( error ) {
if( error.stack ) return error.stack;
// look up the call chain...
var fakeStack = [ ];
for( var caller = arguments.callee.caller;
caller != null; caller = callee.caller ) {
fakeStack.push( caller );
}
return fakeStack;
};
This is just typed in. I need tested library code that I can rely on.
View 10 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
Sep 26, 2009
Why this code is not working on Webkit browsers:
Only jquery and the plugin printed above are loaded, so there shouldn't be any conflicts.
HTML:
Chrome gives the following error: Uncaught TypeError: Object #<an Object> has no method 'followUser
View 10 Replies
View Related
Aug 19, 2011
This should be an easy answers since I am a newbee and never redirected older browsers.For example I am learning JSON now and the below browsers are the only browser that can use the faster and safer JSON.parse parser. older browsers need to use javascripts eval() to parse json files to javascript objects.
[Code]...
View 10 Replies
View Related
Sep 19, 2011
Using JQuery and CSS with javascript happens a very strange thing i'm doing a site where every page has 5 DIV in vertcal, called "div1", "div2" and so on. Every page can have a different height, so i use the following script:
[Code]...
the fact is that the DIVs in Firefox for example are interrupted at half the page...why?
View 2 Replies
View Related
Dec 22, 2009
I have a marquee tag on my page that slides in some text from right to left once and the stops and remains on the screen. Have a look at the website although it is still being worked on [URL] As you can see it works just fine in IE but goes nuts in firefox. Any javascript to replace the marquee tag so it works exactly the same and is also cross browser compatible.
View 4 Replies
View Related
Feb 8, 2011
This page [URL] works fine in other browsers(Chrome, Firefox, Opera, Safari), but not good in IE8
View 1 Replies
View Related
Jan 7, 2011
I'm having an issue with a jQuery script with IE7. The script (adapted from one created by Marco van Hylckama Vlieg) is simple:
Code:
Basically an accordion effect, which can be seen here: [url]
Click on the italicized text in the main content area.
The only message I see in IE7 is "Error on Page". Of course, I'm a Mac user, so I have to bother coworkers to check the page on their PCs.
This works fine in every other browser I've tested, including IE8.
View 3 Replies
View Related
Oct 22, 2009
I have a problem with javascript in IE6/IE7, or specifically with jQuery. There is a page that uses the google maps API which shows an error when you navigate to the website and the page remains blank. When I press refresh I get no error and the page loads as it's supposed to (this happens only ie IE6, IE7/8 appear to work fine). The same thing happens with tinymce and the jquery.tinymce.js plugin, which gives an error in IE6/7 but not in IE8. I can't post the URL since it's a password protected "under construction" website. The error for the Google Maps Api I get in IE6 is
Code:
Line: 215
Char: 26
Error: 'firstChild' is null or not an object
Code: 0
URL: -- left out --
And the error for TinyMCE in IE7 starts with
Code:
Line: 53
Char: 3
Error: Permission denied
Code: 0
URL: --left out--
And then when I press "yes" for "Do you want to continue running scripts on this page?" I get
Code:
Line: 19
Char: 7
Error: 'tinymce' is undefined
Code: 0
URL: --left out--
The google maps api page uses $(document).ready( fn ), while TinyMCE uses window.onload. And, as one would expect, in FF, Opera and Chrome all works fine.
View 1 Replies
View Related
Mar 4, 2010
I have an error when I POST to a page. Whatever monetary choice of donation that is made, the POST does not work to send the values to the next page and the default value of $20.00 is registered.
After looking at my code for a day I dont see the errorL
Here is the code
Contributions are tax deductible for residents of the United States and Jamaica.
Yes, I want to become a contributor. Please accept my donation as indicated below.
[/code]
Here is the test site. [url]
For this test all menu choices takes to the Donation page.
View 8 Replies
View Related
Nov 5, 2011
We are using jquery plugin in websphere portal which uses dojo, one objservation is both use $ sign to start the function.
We have tried following.
1) We have put statement for jquery conflick $j = $.noconflict();
2) Still error persist while the page is loaded.
3) After this we have find Replaced $ with $j in all plugin files still it says $j is undefined. Do we need to replace it at all places or on specific places? Please see below code how it looks like after replacing $ with $j and let us know if this is correct.
View 1 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 20, 2005
When I try to change a thumbnail picture to a large one on a particular web
site, it will not change as it did a week or so ago, and I get a message at
the bottom of the web page that says "javascript error on page". Being an
80 yr old member of the CIA (Computer Illiterates of America), I am befuddled.
What have I done and what do I need to do to correct this problem.
View 2 Replies
View Related
Oct 4, 2010
I'm currently putting together a website. On one of my pages, I get "Error on page" in the status bar when viewing it in Internet Explorer. I don't get this message in Firefox. I have an external javascript (code below) for tooltips on the webpage. I did not write the script, I merely changed one or two things. When I double click the status bar to see what the message is, it says:'tt.timer' is null or not an object. Line: 70Char: 3 I'm new to javascript, and so I'm not sure of what I need to alter.
var tooltip=function(){
var id = 'tt';
var top = 3;
[code]....
View 3 Replies
View Related
Oct 26, 2009
i have problem, while loading of page in IE 6. i have software related website http://alisoft7.blogspot.comwhen i opened page. i have seen this error on status bar.
View 9 Replies
View Related
Apr 15, 2011
I'm having trouble trying to figure out why on the home page there's a script error from both IE7 & IE8
"An error has occurred in the script on this page.
Line: 49
Char: 5
Error: Object doesn't support this property or method
Code: 0
URL: http://gopureenergy.com/
..."
I'm not familiar with how the IE Debugging tool works
View 1 Replies
View Related
Sep 4, 2003
I have a window that generates a popup. In the popup a link takes you to a second page within the popup.In the 2nd page of the popup I have the following
Code:
<body onUnload="opener.location.replace(window.opener.location);">
This reloads the original parent window. This reloads the page but is causing the problems, the page seems to change but it is going to this URL
http://www.mysitehere.com/[object]
It should refresh the page but instead it is adding the [object] piece to the end.
Do you have any idea's on how to fix this (or an alternative)?
View 2 Replies
View Related
Oct 27, 2010
'Error On Page' messages, IE only.. I need badly to get rid of these error messages. i'm showing my sites to potential employers. When clicking on the ! icon, the so-called 'Details Page' is too cryptic to be of help usually. the line numbers do not correspond to the JS's line numbers (i'm using BBEdit).
View 4 Replies
View Related
Jul 21, 2010
I getting an error on the page: Object expected please see code.
function SentTO(){
var toTxtBox = document.getElementById("btnTo");
var NameList;
var ListBox = document.getElementById('<%=lstNDisplay.ClientID%>');
alert("stop here"); // code works to this point
if(ListBox != null){
[Code]...
View 1 Replies
View Related
Feb 7, 2011
How Do I Put An Error Message In This Age vervication htm page Below?
View 1 Replies
View Related
Nov 20, 2009
I have a javascript error in my home page. Which is annoying. I am having hard time debugging it. [URL] FF is not showing it. IE7, 8 shows the error. I just launched the website and I do not want users noticing an error.
View 4 Replies
View Related
Nov 18, 2010
Im checking for validation on my page but also trying to submit the data to another form but if theres an error if still loads onto the other page is there any way i can stop this to allow the user to fix the errors?
View 1 Replies
View Related
Sep 27, 2010
What's the meaning of Error: page is not defined
I've got a strange behavior in the dev site if I click on the link I see the # instead I don't see it in the prod site. It isn't my code so .........
View 5 Replies
View Related
Jan 23, 2004
I've done my first public XHTML / CSS page, and it looks fine, but in IE6 there's an error message when the page is first loaded that says there's a syntax error in line 2. If I reload the page the error message disappears. I don't have an XML prolog, just
<!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" lang="en">
Any ideas?
View 3 Replies
View Related