Freezes In IE But Works Fine In Chrome
Mar 3, 2011[Code],,,,
It freezes in Internet Explorer; but works fine in Chrome.
[Code],,,,
It freezes in Internet Explorer; but works fine in Chrome.
I am pretty new to Javascript having a bit of a problem with a website with Google Maps integrated. URL I have two checkboxes (ccCheck and caccCheck). The basis is when the box is ticked, it overlays a KML onto the map. This is working fine in Chrome, but in FF and IE it doesn't work, IE returns 'ccCheck is Undefined'. The code I am using is in the JS file, the bit it gets stuck at is as follows:
[Code]...
If I stick a ccCheck = document.getElementById('ccCheck') within the onclick function (before the if statement), it places the overlay onto the map, but then when I untick the box it just stays there. It's such a simple thing (I think), and must be down to IE being pedantic about declaring the variable properly, the question is how should I be doing this?
This script working great on FireFox and Chrome but on IE it loads the pages without sending the parameters
[Code]....
I am not very good with javascript yet and I do not know how to debug this issue. Can y'all take a look and point me in the right direction? I've got a site that just lauched. The address is: www [DOT] saenzcleaning {dot} com The issue is that it seems to be crashing/freezing IE, but works fine in FF, Opera, and Chrome
View 1 Replies View RelatedThis page [URL] works fine in other browsers(Chrome, Firefox, Opera, Safari), but not good in IE8
View 1 Replies View RelatedI am using the following code to to make an ajax request for a page and then injecting the response into a div in the current page
$.ajax({
type: "GET",
url: 'test.htm',
[code]....
I've made a web based tool that times how long a web page takes to load in an iframe and today I redesigned it but now it has issues. When I load it in Chrome and Opera the new version works fine but in FF 3.6 and IE 8 only the footer area is displayed. I have added the links below - You'll be able to access the code via your browser's "View page Source" option.
URLs:
New test (With problem): [URL]
Old test (Works perfectly): [URL]
I am trying to pass a screen resolution parameter to a java applet so that it will appear in full screen mode when it launches. This is working fine in Firefox and Chrome but not in IE8.
Here is the code:
I'm using Cluetip to display some additional information.It all works fine in FF.In IE I see a message that the file could not get loaded. In Safari and Chrome I don't see the "mehr" button at all.[URL]..
View 1 Replies View RelatedIt does NOT work fine in IE8 or Safari. In both these browsers the height of the DIV that's being set is usually shorter than the other DIV it's being aligned with.Here's the code I'm using to resize the problematic DIV:
Function resize(height) {
$(document).ready(function(){
var div = $( "#annoucement-area-243" );
[code]......
just started using jQuery,and i'm having a problem using the function .show()/.hide() to make a div appear and disapear when a certain option value is selected.It's working fine in firefox but not working at all in chrome and IE 8.This is the function code i'm using :
$(function(){
$("#produtos").click(function(){
$("#produtos_valor").show("slow");
[code]....
I have used the swfobject.js file & its methods to play a flash movie in my webpage. It works fine when I open the page in firefox & chrome but does not work in IE-6. Below is the code i used:
<script type="text/javascript" src="<%= request.getContextPath() %>/js/
swfobject.js"></script>
<script type="text/javascript">[code]....
I am trying to play a video from javascript using the WMP plugin in IE.It works fine in Firefox and Chrome, but not IE.[code]This doesn't play the video in IE8.It works if I use the SRC parameter when I embed the player, but I need the video to change when I click on buttons.
View 3 Replies View RelatedI've got some PHP and javascript working together to create a
marginless image popup from another arbitrary image. This works
perfectly in Firefox, but IE bombs and I'm not really knowledgable
about Javascript to be able to tell immediately why. Here's the
relevant code from the page:
<a href="#"
onClick="window.open('http://www.somesite.com/popup.php?image=popup.jpg',
'popup', 'width=737,height=492, directories=no, location=no,
menubar=no, scrollbars=no, status=no, toolbar=no, resizable=no,
top=300, left=300'); return false" style="cursor:pointer"><img
src="http://www.somesite.com/pics/thumb.jpg" alt="Click here to see a
larger image"></a>
The submenu works fine with FF, IE8 etc. But it fails with IE7.I have to use sprites background images and the second level sub menu
have to be positioned at a certian place.When I hover top of sub menu, it is ok. But the below of that submenu, such as Radio, Artikler, Hvem er vi?, I am not able to select in IE7.
The script runs fine in firefox. In internet explorer when the loop runs for the first time, it sets the variables properly but the following times through the loop, my productId and variantId variables are undefined.
$(document).ready(function() {
var size = [];
var productId = [];
var variantId = [];
[Code]......
I'm trying to use ajax to replace the inner html of div tags.I"m calling an external javascript file on the html page with this in it:
Code:
function getXMLHttp() {
try {
[code]....
I'm having trouble with my XML news feed being displayed in IE. The JS calls the XML, and displays the relevent data on the homepage. This works beautifully in firefox, but fails completely in IE, what am I doing wrong?
The Code for the script follows, and is contained within the <head> of the the HTML;[code]...
In FF, the XML is read, and the corresponding data is entered automatically into the HTML document. Everything works perfectly. In IE, nothing seems to happen, no text is displayed and the image is just the broken link icon.
I assume I need to modify my ELSE statement somehow, but have no idea what to do! Unfortunately I cannot provide a link to the webpage, it has not been uploaded as it doesn't work yet.
I've a Javascript function that has to verify if a form field is empty or not. My function works fine on my local server (Vertrigo), but when I upload it on server (online), the function doesn't verify if form fields are empty or not.I'm not good in Javascript
<head>
<script type="text/javascript" language="JavaScript">
function empty()
[code]....
I have a scrolling texct script that i aquired some where long ago, i recently included it in our web page which works fine in firefox but in IE it comes out on two lines.
View 8 Replies View RelatedI'm loading images one time after another on the click without AJAX It works fine on GOOGLE CHROME, but not on IE. The images load fine. The background <div> doesn't. It loads the size of the previous image. This is when I goto the nextButton and prevButton function. I also read it is because the image hasn't loaded fully yet. How do I wait until the image has loaded before it continues? If this is correct.
[Code]....
so im trying to get this to work [URL] and in fireworks, it works fine, but in safari, if i try to click from top to bottom, it doesnt work, but if i try to click from bottom to top, it works.
View 2 Replies View Relatedwe are developing a site and have just discovered our forms are not working in Firefox, they all run perfectly in Internet Explorer etc? Is there something we need to change with our coding? :thumbsup: Form 1: [URL] Form 2: [URL]
View 2 Replies View Relatedneed help to modify this code to make it work in IE . other browsers works fine.
<
script src="js/jquery-1.5.1.min.js" type="text/javascript" charset="utf-8"></script>
<
[code]....
I developed a website using jQuery plugins in part of it. Couple of visitors visited the website with internet explorer complained that some part of the website does not function at all. I have Internet Explorer 8 installed and I dont know how to downgrade it.[URL]...
View 3 Replies View RelatedHowever I am trying to have a flash embed code for SWFObject written on load by JS. This way I can include just a JS file rather than the JS and HTML, making it easier for others to include. So I know, document.write is bad. Fine, but I haven't been able to use createElement() for some reason, nothing gets created (as verified by firebug).
This works fine in Firefox, and of course not in IE. I believe it has something to do with the items not getting loaded in to the DOM, but I want to be able to apply other JS functions to the flash object (video or videoie), for example to close the video player on completion by removing it. I have that code working, at least when the code is put in the HTML and not added by JS, so I presume its that this method of inserting code causes IE to choke?
[Code]...