AJAX :: Windows XP - Yahoo Hosting - Site Worked Fine In IE But Not In Firefox

Apr 8, 2010

I ran in to a strange problem with a client who uses Yahoo hosting. The web site uses AJAX (jquery, php, javascript). There is no problem viewing the site using IE8, Firefox on a Windows 7 computer. On an XP computer the site worked fine in IE, but not in Firefox. The site never worked properly using Chrome or Safari.

I tried jquery 1.3.2 and 1.4.2 but got the same results.

I use this same combination (jquery, php, javascript) on other web hosts and don't have these problems.

I know that Yahoo hosting injects tracking code in the web pages it serves for the sites it hosts (at least for my client). I think this could be the source of the problem.

When I removed jquery (I was only using the load function anyway) and used my own code- the problem disappeared. The site now works in all browsers.

View 2 Replies


ADVERTISEMENT

Params Between Parent And Popup Windows Using IE (everything's Fine With Firefox)

Sep 15, 2005

I have one page with <select> list in it, which opens a popup with
another <select> list. Those two list are linked... When I select
something in the list that is in popup window and confirm the selection
(by pressing button), I call a function that fills the "parent" window
and forces popup to close. All this is accomplished by directly
accessing another list:

for(var i = 0; i <= selLength; i++){
name = parent.window.opener.listValues.options[i].text;
value = parent.window.opener.listValues.options[i].value;

self.document.form1.itemList.options[i] = new Option(name, value);
}

And this doesn't seem to work with IE. With Firefox is OK.

Any ideas how to make it work with IE?

View 5 Replies View Related

Embedded Windows Media Player In Internet Explorer (fine In Firefox / Chrome)

Mar 23, 2010

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 Related

TinyCarousel :: The DOCTYPE It Still Worked Fine In All Browsers Except IE7?

Jul 29, 2011

i have an html page with no DOCTYPE and this image carousel works fine across all browers.i tried to add a DOCTYPE (tried, xhtml, xhtml, html5) and all their various to narrow down what it doesnt like to no avail.after adding the DOCTYPE it still worked fine in all browsers except IE7. its like it ignored hiding the overflow.. all of the images we just displayed inline across the page.

View 2 Replies View Related

Not Working On Hosting Site?

Apr 27, 2011

I got a a JS code sometime ago to create dropdown menus. The instructions said that I should insert into the head section. The script works very well.Off late, I've been reading up on Javascript on w3schools and realised that I could move the script to an outside file and share it gloabally because I have galleries on seven pages that uses the same code. This works perfectly well, locally, on my desktop. But when I uploaded it to my hosting site(go daddy), the javascript doesn't work. This code worked perfectly well earlier when it was inside the HTML.Some of the classes I've used for the dropdowns are defined in a external styling sheet. I know for a fact that this styling sheet is accessible because the gallery styling is applied. It is only the dropdowns that don't work. I've checked on google and other forums and while the problem of JS not working on the hosting exists, it doesn't match the problem I'm facing. I am also able to access the JS file using the navbar and double checked the path.Can someone please help? I'm posting the JS code, the CSS styling and the HTML code below:

HTML:
HTML Code:
<head>

[code]....

View 14 Replies View Related

Long Polling Alternatives - Hosting Is A Shared Hosting?

Dec 23, 2010

is there any alternatives? My hosting is a Shared hosting so I guess somehow its limited...

View 4 Replies View Related

JQuery :: Hosting 1.4.1 On Google's API Hosting Service?

Jan 27, 2010

Is there any way to get Google to host jQuery 1.4.1? For a while, I have been using their copy of 1.4.0 at[URL]. I tried [URL] and it doesn't work. I get a 404 error. I tried running the command google.load("jquery", "1"); in their API loader to get the latest version, but I am getting 1.4.0. Do I just need to wait for them to get 1.4.1?

View 1 Replies View Related

AJAX :: Changing YAHOO Ads Every Request?

Oct 8, 2010

how the yahoo ad serving script can be used to serve up ads up using JavaScript that isn't inline? I've attempted several things but it just seems like its impossible to do. Essentially, I would like to swap out a new round of ads per AJAX request. Any ideas? I've created a more friendly user interface for a site I'm working on but the thing is that the ads need to change every request since page refreshes are being eliminated. Otherwise, only a single impression may be tracked even though someone has visited essentially 100 pages, which is no good for the ad business.

Also, has anyone had success finding a way to delay the yield manager until the page has fully loaded? Sometimes the yahoo yield manager can take 10+ seconds resulting in a poor user experience and slow load time. Any ideas for that? Essentially, it would be nice to fully load the page than request the ads without using obtrusive JavaScript which seems to be the only way yahoo knows to do things.

View 2 Replies View Related

AJAX :: YAHOO.util.Connect Is Null Or Not An Object?

May 11, 2009

I am trying to use the Yahoo Ajax library. I have this code:

Code:
<head>
<script type="text/javascript" src="/ajax/build/yahoo/yahoo.js"></script>

[code]....

View 1 Replies View Related

AJAX :: XMLHttpRequest - FF Vs IE - Gets A Stock Quote From Yahoo And Displays It

Mar 7, 2011

I've put together a function for screen scraping, just to see if I could do it. Basically, this gets a stock quote from Yahoo! and displays it. It works with no issues in IE7. FF and Chrome, however, it does not work. It will not display anything. Error Console is not returning any errors, and I'm a total novice when it comes to troubleshooting with FireBug.

[Code]....

I'm sure it's something simple, something I've overlooked. I'm beginning to think it might be with the trenary conditional setting the method.

View 14 Replies View Related

Script That Will Close Other Tabs - Windows - When Goes To Same Site To Sign On

Feb 21, 2011

Imagine a wife has signed on to a web site in a browser tab. She does not sign off and walks away to do something else. Her husband sits at the computer and seeing her signed on, opens a new tab and tries to sign on to the same site.

I am trying to write a script that will close other tabs/windows when the husband goes to the same site to sign on.

So, on the sign on page (or even better, the sign off page), when the sign on button is clicked, a piece of Javascript code is run first. The javascript simply goes through all tabs on the browser, and checks to see if any such tabs has an HTML document that came from the same domain as the sign on page. If such tabs exist, then before POSTing the user name and password to the server, the Javascript code will close those tabs that contain HTML documents came from the same domain.

So, I understand I need to set the window.name to a specific value. But does anyone know what the code on the sign on/sign off page to close the other tabs/windows would look like?

View 2 Replies View Related

Close Tabs And Or Windows When 2nd User Tries To Sign In To Site

Feb 21, 2011

Imagine a wife has signed on to a web site in a browser tab. She does not sign off and walks away to do something else. Her husband sits at the computer and seeing her signed on, opens a new tab and tries to sign on to the same site.

I am trying to write a script that will close other tabs/windows when the husband goes to the same site to sign on.

So, on the sign on page (or even better, the sign off page), when the sign on button is clicked, a piece of Javascript code is run first. The javascript simply goes through all tabs on the browser, and checks to see if any such tabs has an HTML document that came from the same domain as the sign on page. If such tabs exist, then before POSTing the user name and password to the server, the Javascript code will close those tabs that contain HTML documents came from the same domain.

So, I understand I need to set the window.name to a specific value. But does anyone know what the code on the sign on/sign off page to close the other tabs/windows would look like?

View 1 Replies View Related

OnClick Works Fine In Firefox, Bombs In IE?

Aug 2, 2006

I'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>

View 2 Replies View Related

JQuery :: Images Jumping In IE But Fine In Firefox?

Oct 3, 2011

I have some jquery that pulls in an image when an error is found on an input field in my form, just a red dot. You are supposed to be able to hover over this dot and it displays a message telling you what you did wrong in the form. FF works perfectly. IE doesn't. When the page refreshes with the error dot, the dot is in the wrong spot. if I put my cursor anywhere on the table it is in, the dot moves. I don't even have to get close to the dot. It jerks 100 pixels or more to the left (where it is correctly positioned). I have examined the css and the style values are identical before AND after the dot moves!How is this possible. I can't track the original wrong position becomes the style values never change!

View 2 Replies View Related

Script Works Fine In Firefox But Not In IE8 / Resolve This?

Mar 19, 2010

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.

View 2 Replies View Related

Scrolling Tex - Works Fine In Firefox But In IE It Comes Out On Two Lines

Aug 3, 2010

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 Related

Mootools - Works Fine In Firefox But Not Safari

Nov 22, 2010

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 Related

Viewing Forms In Firefox - IE Works Fine?

Feb 17, 2009

we 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 Related

JQuery :: AJAX Request Trought Yahoo Pipes Returns Null

Feb 10, 2011

I'm trying to retrieve some data trough yahoo pipes, but it always returns null. However if i go to my yahoo pipe's site and i launch it, the pipe works perfectly.[code]

View 2 Replies View Related

JQuery :: $('body').append Fails On Firefox - Fine On IE

Aug 16, 2011

I receive this error message in Firefox when attending to append content. Error = "Node cannot be inserted at the specified point in the hierarchy".

Why this works in IE but not Firefox?

Here is a snippet of the code:

Contents of _books.tpl:

View 1 Replies View Related

JQuery :: Works Fine With Firefox And Internet Explorer 8. Not With IE7?

Jun 17, 2009

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 Related

JQuery :: Script Not Working In Firefox But Fine With Safari And IE 9

Apr 27, 2011

I am newbie& have following script: (Ajax Request)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]">
<html xmlns="[URL]">
<head>
<script type="text/Javascript" src="jquery.min.js"></script>
<script type="text/javascript">
function get(){ .....

This code works w/o any problem in IE and Safari but does not work in firefox.

FireBug States:
invnew is not defined
get(
) new-at...da.html (line 8)
onclick(
)
1 (line 2)
event
=click clientX=44, clientY=435
$.post("data.php", {ChandaType: in...ChandaType2: invnew.paydate.value },

View 1 Replies View Related

Elements Loaded - Make Available For DOM - Works Fine In Firefox And Of Course Not In IE

Jun 8, 2009

However 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]...

View 8 Replies View Related

Zorn's Tooltips Wrong Size In IE, Fine In Firefox

Nov 17, 2005

I am working on editing an events calendar that uses tooltips. I am using javascript from Walter Zorn . The page is valid xhtml strict and uses valid css and things work fine in Firefox. But in IE the tooltips are the wrong size and the border/padding on the right side is much too wide. Can anyone look at Zorn's javascript (#1 google result for "tooltip") or my code and see if it needs some IE hack.

View 1 Replies View Related

.height() Fine In Chrome, Opera & Firefox But Not IE8 And Safari?

Aug 1, 2010

It 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]......

View 8 Replies View Related

Firefox Ignores Prompt Dialog Box That Works Fine With IE

Aug 14, 2009

I have a javascript prompt box (as you can see in the code below) it works perfectly fine with internet explorer however it's NOT working in firefox. I tried everything I can think of, but still its not working!

<%@LANGUAGE="VBSCRIPT" CODEPAGE="28592"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]">
<html xmlns="[URL]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Choose Your Language</title>
<script language="javascript" type="text/javascript">
function checklang(){
var lang = prompt('Choose A Language:'+'
' + "(Ex: Armenian, Arabic, English, French, Greek, Russian)",'English');
if (lang==null || lang=="")
{lang=""; return;}
if (lang=="Armenian" || lang=="Arabic" || lang=="English" || lang=="French" || lang=="Greek" || lang=="Russian")
{location.href = "sermon-section.asp?lang="+lang};
else
location.reload();
}
</script></head><body>
<a href="#" onclick="checklang()">Choose Your Language</a>
</body></html>

View 3 Replies View Related







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