JQuery :: Code Works On One Server, Not On The Other?

Apr 27, 2011

I am using a jQuery script to create charts called Highslide. I posted for help on their forum but they are a little slow, and this issue is really regarding a javascript error, I believe.

This issue happensoccasionallyin Internet Explorer 8, where the chart wont appear at all and throws an error. If you refresh the page again, it will display the chart fine. Ive been through this code and can not find what the problem is. what is odd, is if i put the code up on another server it works the first time.

View 1 Replies


ADVERTISEMENT

XMLHttpRequest: Script Works To Request XML File On Server But Not On External Server

Oct 2, 2010

I have the following JavaScript (see below). The script requests an XML file from the server and displays it on the page.

The script works fine when the requested XML file is stored on the same server as the script.

The problem is when I try requesting an XML file from an external server such as the National Weather Service. I get an error. If I take the XML file from the National Weather Service and save it to my server it works. Why can't I use my script to request XML files stored on external servers?

Javascript Code

window.onload = initAll;
var xhr = false;
function initAll() {
document.getElementById("makeTextRequest").onclick = getNewFile;

[Code]....

View 8 Replies View Related

JQuery :: This Code Works, The Call Is Made And Text Is Added In The Other Code Don't Get A Change At All?

May 21, 2011

here is the page I'm working onhere is the jQuery in use

$(document).ready(function() { $('.error,.success').hide(); $("#send").click(function (){ $('.error,.success').hide("slow"); $.ajax({ url: 'add.php?lnk='+$.URLEncode($('[name=lnk]').val())+'&

[code]....

and in this code, it works, the call is made and text is added. in the other code I don't get a change at all. Not even in the database that add.php manipulates.

View 2 Replies View Related

Saving A File On The Server W/ Js, Ie No Server Code

Dec 31, 2006

I am creating an XML document on my page with javascript. My question
is, is it possible to save that xml file on the server (I have write
permissions) only using javascript, ie no server code? This task would
be trivial using server code, but I was wondering if I can do it all
with client code and post backs? Well, any input?

View 1 Replies View Related

JQuery :: .load Works Locally, Not On Server - Only In IE

May 3, 2011

I've noticed very strange .load behavior. So - I have simple index page like this:

U can check it here: [url]

View 12 Replies View Related

JQuery :: Slideshow Works In Local View But Not On Server

May 30, 2010

Following this jQuery slideshow tutorial (Usecase 3 sample, about 2/3 down the page, this is the one without thumbnails): [url]

I constructed the slideshow:[url]

...which works perfectly in browser view locally (FF and IE). When uploaded to the server, however, I've got a static list of photos as you can see. Can someone shed some light on what the problem is? All relevant files are attached (I changed the images to simple colors to get the file size within the attachment limit).

View 7 Replies View Related

JQuery :: Slideshow Works In Local View But Not On Server?

May 30, 2010

Following this jQuery slideshow tutorial (Usecase 3 sample, about 2/3 down the page, this is the one without thumbnails):

[URL]

I constructed the slideshow:

[URL]

...which works perfectly in browser view locally (FF and IE). When uploaded to the server, however, I've got a static list of photos as you can see. Can someone shed some light on what the problem is? All relevant files are attached (I changed the images to simple colors to get the file size within the attachment limit).

View 2 Replies View Related

JQuery :: AJAX Functionality Works Without Deploying In A HTTP Server?

Jun 29, 2010

I use AJAX functionality in my project & my coding something similar to the following:

$('.home').click(function(event){
event.preventDefault();
$.ajax({
url: 'home.html',

[Code]....

Initially I (successfully) tested my project after deploying to the Apache server which is running in the localhost.

But, if I just open the page in a browser (without deploying to the server), the project works fine! How this is possible?

According to my understanding, if we send an AJAX request, which is really an HTTP request, which has to be received by an HTTP server and the response should come from the server.

View 3 Replies View Related

JQuery :: Works Fine On Localhost But Doesn't Work On External Server?

Jun 23, 2009

I've got jQuery and 2 plugin libraries running on my website. One runs the navigation and the other runs a dropdown search box. Everything works great on my localhost, but when I copied the directory to the external server none of the jQuery worked. I'm not getting any Errors in my error log, and the directory has been copied exactly. [URL]

View 3 Replies View Related

Js Works On One Server, Not Another

Jul 23, 2002

I have a basic js that is used to change some images when the user clicks on a link. it worked fine on my server (IIS 4), but when I upload it and the images to another IIS server the images don't display most of the time. I know this is client side -- so why is the server making a difference??

<script language="javascript" type="text/javascript">

var p = new Array(2);
var t = new Array(2);

p[1] = new Image();
p[1].src = "images/8x8_grid.gif";
t[1] = new Image();
t[1].src = "images/grid.gif";

p[2] = new Image();
p[2].src = "images/3x3_hori.gif";
t[2] = new Image();
t[2].src = "images/hori.gif";

function change_image(whichone) {
thumb.src = t[whichone].src;
pattern.src = p[whichone].src;
maintable.background = pattern.src
}

</script>

Here is how I call change_image...

<A href='javascript:void(0);' onmousedown="change_image(&#391;');return false"><img src="images/btn_13x13.gif" width=13 height=13 border=0></A>

View 6 Replies View Related

Script Works Locally But Not On The Web Server?

Nov 25, 2011

I must make clear that I am not a javascript programmer; I am simply trying to get this script to work on my website. It functions perfectly locally (with all browsers), but after uploading to my website, it shows the controls at the top, but not the content.

Below is the code for the FreeMind Flash Browser which can be found here: [URL]

It requires 2 additional files, flashobject.js and visorFreemind.swf plus the FreeMind file (*.mm) that stores the content. The FreeMind file that has the content displays perfectly on localhost, but not on the website. I have all of these files in the same directory and have double checked everything, but it still doesn't function on my website. I have other flash files and scripts on the same website in other pages that function perfectly.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

[Code]....

View 3 Replies View Related

Menu Works Locally But Not When Uploaded To Server.

Jul 23, 2005

I have created a site with menu, it is working fine locally but when i
upload it on the server it dosen't work. When I click on submenu under
"Company" or "Products",It will show the actual url in the address bar
but it gives a error "405 - resource not allowed". Kindly check and
let me know the solution for this. If you know any other simple script
similar to this let me know.

View 2 Replies View Related

Xml Parser Works Locally For FF But Fails On The Server

Mar 19, 2010

This one has plagued me for some time now. I am parsing an XML file for a search feature. On my local machine, the code below works fine in FF, but when I upload it, I get an error stating y[0] (the root element) is undefined. I think the problem may be with my onload method but I can't be sure.

function importXML()

I just can't figure out why this works locally and not on the server. IE works fine, but then again it uses the activeXObject method so it should function differently.

View 6 Replies View Related

JQuery :: Same Code Works On One Page But Not Another?

Jan 9, 2012

I am using jquery to popupa calendar. I have done this on several pages with not problems this one page keeps claiming the error below. Message: Object doesn't support this property or method

[Code]...

View 5 Replies View Related

JQuery :: Append() Works From Console, Not In Code?

Feb 23, 2011

I'm trying to append sth. like this:

<script>
$('#text').load('test.html h1'); // loads h1 content out of test.html - works fine
$('#text h1').append('test'); // should append 'test' to h1 - does nothing!

[code]....

View 2 Replies View Related

JQuery :: Code Not Working In Chrome, But Works In IE And FF?

Oct 11, 2010

I was under the impression that jquery is cross browser. For some reason in chrome when I click my button, nothing happens. this works in FF and IE though[yes, this code is extremely ugly and not proficient, but it works in IE/FF. I just started learning jquery,

$(document).ready(function() {
$('.extra_btn').click(function() {
$('.extra_btn').fadeOut('fast');

[code]....

View 8 Replies View Related

JQuery :: Code Works On Ie7 But Does Not Work On Firefox

Jun 15, 2009

This code works on ie7, but it does not work on firefox. it just shows a alert when focus occur on an element. you can just click something on the page and you will see alert at ie7.

View 1 Replies View Related

Executing Server Code

Nov 23, 2005

I want to execute server code invoked from inside Javascript code.

I will have my server code in a servlet, callable with a URL, but how
do I invoke the servlet from Javascript without reloading the page and
not opening any window? I mean, I don't want to display the HTML result
of this request.

View 8 Replies View Related

Ajax :: How To Get Code From Server And Execute It

Dec 6, 2009

How to perform on-demand javascript using AJAX? My question is: how to get a javascript code from my server and execute it?

View 1 Replies View Related

Pass Variable Values To Server Side Code?

Jan 22, 2009

how to pass javascript variable values to server side code i used a hidden field and passed he value in it . i do get the value in hidden field but on using request("hdfield") its blank how do i get the value frm javascript

View 1 Replies View Related

Code Working On Local Server But Not When Uploaded To Webhost?

Mar 5, 2010

I have created a site and on one page it uses 2 divs side by side to display text information. in the left hand div it contains 8 links. these links when clicked load up text stored in separate text files and display it in the right hand div.The code below was working when i ran it from my mac but when i try to load it off the webhost it fails to execute.

$(document).ready(function() {
$("#mc").click(function() {
$("#innertext").load('mc.txt');

[code].....

View 6 Replies View Related

Code Only Works Every Other Time?

Nov 9, 2009

I wrote this code but it only works every other click So it doesn't work the first time it's called, but it does the 2nd time etc.Zero errors reported. What's wrong? javascript Code:

Original
- javascript Code
function move_up(obj)

[code]....

View 2 Replies View Related

Code Works In Firefox But Not IE 7

Jul 3, 2009

I have created a very simple JavaScript code to display larger images of a thumbnail image on the main section of a website. It works fine in FF3 however in IE 7 is giving me an error code of Invalid argument on line 6 character 1. The funny thing is I have used this exact code in another site and it worked fine with IE 7.

View 2 Replies View Related

Code Works In Chrome But Not In IE?

Jun 21, 2010

I'm just starting JavaScript and wrote a quick script for Next/Back buttons for a page showing a family outing on our boat. I proudly uploaded the webpage and emailed it out, but people running IE are unable to use the buttons, they simply do nothing.Here is the .js file, I don't think anything in the HTML or CSS is causing the issue but could post those as well if necessary.

var step = 1;
//preload images
var numImages = 13;

[code]....

View 2 Replies View Related

Code Works With Alert() But Not Without?

Nov 23, 2009

function Search( name, category )
{
var sresults = [];
var sri = 0;
if( category != "Any" )

[Code]...

This is probably the weirdest thing I've ever seen. I know the code works since Firefox will output things, but it ONLY outputs when I throw in an alert statement somewhere in the function that gets called. It doesn't matter if it's at the beginning and just says Hi, but then it will run correctly. Without it, Firefox won't go through the function apparently and won't write out the results. I don't understand why this isn't working or why firefox is doing this.

View 1 Replies View Related

Code Works In Firefox Not In IE

Feb 9, 2010

I've inherited a page that enters data into a database, some of the fields are calculated and one uses today's date. In Firefox it all works fine but in IE it wont load the full page.

View 2 Replies View Related







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