Using To Get XML Data, Works In Mozilla But NOT Internet Explorer?
May 17, 2011
I am making a visual database for our company to give to our sister company in another state so they can have name, phone, email, and a picture. All of this information is in XML outside of the HTML document. I have provided the HTML and XML below. It works perfectly with Mozilla, but all Internet Explorer displays nothing from the XML. Please tell me what I'm doing wrong because I am completely stumped
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<departments xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
[code]....
View 1 Replies
ADVERTISEMENT
Feb 3, 2006
I have the following code which deletes, i.e. sets the cookie in the past, a cookie.
var cookie_name = 'memberCookie'
var cookie_date = new Date(); // Current Date & Time
cookie_date.setDate (cookie_date.getDate() - 5);
var cookie = cookie_name + "=; expires=" + cookie_date.toGMTString() + "; path=/";
parent.menu.document.cookie = cookie;
parent.menu.location.reload(1)
parent.menu.document.cookie - this is just the path to the cookie which resides in a frame called menu.
This code works in Mozilla, as it stores the cookie by name i.e. memberCookie, however in Internet Explorer the cookie file is named ti8@localhost[1] which is just my username and server name from uni. Is this the reason it cannot delete the cookie? Or despite the file being called ti8@localhost[1] the cookie is really named memberCookie?
Can anyone please provide any advice for me. Would I need two seperate statements, one which deletes the cookie in Mozilla and one for IE?
View 1 Replies
View Related
Jul 23, 2005
I've developed a calendar program in javascript, and up until now I've
done most of my testing using Mozilla and Firefox. Everything works
fine, but when I try to use Internet Explorer my response time is
sometimes 50 times slower than using Mozilla.
I know I haven't given you much to go by, but I'm not looking for an
answer so much as an approach to debugging the problem. For example,
does anyone here know of a good web site which deals with
browser-specific javascript performance issues?
View 11 Replies
View Related
Apr 15, 2011
I'm developing a listing of workers, where the user can by department select through of tag select (html). But, my jQuery function not works in IE 8.
[Code]...
View 6 Replies
View Related
Jul 23, 2005
I have a page with two frames, 'header' and 'main'. The following
code works in Netscape, but in Internet Explorer. The second bgColor
line produces an error:
function test(){
top.frames.header.document.bgColor='white' //works fine
top.frames.main.document.bgColor='white' //fails
}
View 1 Replies
View Related
Jan 11, 2007
I have a script that works in Firefox but not IE6-
<script language="JavaScript" type="text/javascript">
document.Params.ThisPageURL.value=document.URL;
var x = new Date ();
document.Params.TimeZoneOffset.value =x.getTimezoneOffset();
document.Params.submit ();
</script>
The form is set this way:
<FORM ACTION="<?php echo("$Action"); ?>" METHOD="POST" NAME="Params"
<input type="hidden" NAME="ThisPageURL" value=""><input type="hidden"
Name="$ERR" value=""><input type="hidden" name ="TimeZoneOffset"
value=""><input type="hidden" Name="$U" value=""><input type="hidden"
Name="$R" value=""><input type="hidden" Name="$T" value="">
I get the following error in IE:
document.Params.ThisPageURL is null or not an object
Any idea what the problem is ?
View 3 Replies
View Related
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
Nov 16, 2011
I have two radio buttons on a form. I wish for one button to show a div that's hidden with {display:none;}, and the other to put it back to being hidden when selected. My code seemed sound to me but in firefox it doesn't really work, only in internet explorer. I would like to keep the coding as simple as possible:
[Code]..
View 10 Replies
View Related
Jun 26, 2010
Im using The Superfish Menu code(http:url....) in a web page and it works in all the browsers except Internet Explorer 8, because it says:t ohelp protect your security, Internet Explorer has restricted this file from showing active content that could access your computer.
View 1 Replies
View Related
Jun 21, 2009
I have a page that displays the latest products from an xml feed.
I'm using $.ajax to embed the products from a php page that uses curl on the feed.
It works in FF, Opera, Safari, but not IE8. Is there a common reason why this doesn't work in IE?
View 10 Replies
View Related
May 18, 2010
I am trying to make comments system and i want to add smileys.the content of each comment is written in TEXTAREAI have a JS code that gets a "smiley code" like :) and adds it into the TEXTAREA. i mean it adds :) :( XD ;) or what i sent to the function.the TEXTAREA code:
Code:
function Add_Smiley(smiley)
{
[code]....
View 8 Replies
View Related
Aug 9, 2011
I'm running into a really strange AJAX problem which I haven't encountered yet in Internet Explorer.
The following code works:
Code JavaScript:
$.post("home.php", function(data){
console.log('success');
});
[Code]....
View 6 Replies
View Related
Jul 23, 2005
my javascript create new element when it is first loaded.
the code work fine in opera and mozilla and netscape, but it failed in
microsoft IE. message:
Internet Explorer cannot open the Internet site
I check the google, found some info. But, none related to my problem.
the cause is due to creating new element while the page is loading.
How to do that without problem?
View 1 Replies
View Related
Apr 3, 2009
So this works just fine in FF. In IE7 I am getting this error. I can see my content load in the background, when I hit ok it takes me to a page cannot be displayed page. If I comment out:
<script type="text/javascript" src="js/moodalbox.js"></script>
It doesnt present that error, but that is obviously not an option. Here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />[CODE]......
View 1 Replies
View Related
Aug 18, 2006
I'm having trouble figuring out what's going on with IE6's
Msxml2.XMLHTTP object. I have two feed addresses in this stripped down
version of my code below. Both work fine in Firefox (using the
XMLHttpRequest object), but only the thinkgeek one works in IE. In the
processFeed function, it shows the problem - the first alert shows 0
for the wikihow feed in IE, though it can still display the
responseText. Any insight? Code:
View 6 Replies
View Related
Apr 19, 2007
How does one find the value of a drop down in Internet Explorer?
The form below works in Firefox and Safari. But not in Internet
Explorer. Can someone tell me how to code this so IE understands it?
<script language="javascript">
function copyDescription() {
document.myForm.Description.value=document.myForm. MakeDescription.value
}
</script>
<form name="myForm" id="myForm">
<SELECT name="MakeDescription" onChange="copyDescription();">
<OPTION selected value="">Choose</OPTION>
<OPTION>A</OPTION>
<OPTION>B</OPTION>
<OPTION>C</OPTION>
</SELECT>
<br /><br />
<input name="Description" id="Description" type="text" />
</form>
View 2 Replies
View Related
Mar 5, 2009
i want to run a bit of js not in ie but in all others within some js i'm doing.is this the way to do it? (got this from o'reilly's js;definitive guide book):
Code:
/*@cc_on
@if( @_jscript )
; // nothing for internet explorer[code]....
how should braces be in that, if they should at all? i mean if i wanted multiple lines of js code in the either non-ie or ie blocks how and where would {}'s go?also does that work for ie8?
View 5 Replies
View Related
Feb 15, 2006
my site seems to be working perfectly on firefox but when I access it on internet explorer everything loads fine but there is a yellow marker on the status bar of IE saying there are errors on the page. I copied the source into dreamweaver to check for browser specefic bugs but the only bugs that came up were that in Netscape. So any idea why this is happening? The link to my site is in my profile.
View 6 Replies
View Related
Feb 6, 2007
How can I set 'frameborder' attribute in ie? I tried this but didn't work:
var foo = document.createElement("iframe");
document.body.appendChild(foo);
foo.setAttribute('frameborder',Ɔ');
View 6 Replies
View Related
Aug 7, 2010
I am having trouble with Internet Explorer AGAIN.How do you use the setTimeout for it?This is what I am using and it is working on all of the other browser:Code:setTimeout("growContact(" + (height+20) + ")", 0);
View 1 Replies
View Related
Jul 23, 2005
I have a new (XP) version of IE, but when I click on links that are
javascript they do not seem to work and suggestings?
View 3 Replies
View Related
Jul 23, 2005
I have a problem, and maybe someone knows the solution.
Context :
- Browser : IE 6.0
- Application server : Livewire Pro
- Client OS : Windows 98 SE
- Server OS : NT4
- I have a frameset, including several pages, but only one will be
used for the example.
--------
| a |
--------
| b |
--------
- a form on the main page (a.html i.e.)
- a data is manually typed, then I submit the form => the action will
redirect to a new page (c.html)
- on this new page, I do a history.go(-1), so I'm back on the a.html
page, and the data is still there (it's ok)
- cache parameters : "check on every page visited"
Problem :
- From the main page, if a popup gives the data to the form, so after
the submit and the history.go(-1), the form contains NO data !!!
So, the data is lost when the data input is not made by hand.
I have no troubles with Netscape/Mozilla, but only with IE.
Maybe someone would have an idea ?
View 2 Replies
View Related
Jul 23, 2005
I have a radiobutton group in HTML in a form:
Sex: <input type="radio" name="Sex" value="male">Male
<input type="radio" name="Sex" value="female">Female
<input type="radio" name="Sex" value="unknown">Unknown<br>
When I call document.forms[0].elements['Sex'].type I don't get "radio" but
"undefined" instead.
For all other kinds ("text", "textarea", ... etc) of input fields the type
is returning a correct string.
It only seems to happen with Internet Explorer (using version 6).
What am I doing wrong?
View 8 Replies
View Related
Jan 9, 2006
I am wondering if there is any way to write a VBScript macro for IE,
just like the action that we can do in MS Excel (Tools -> Macro ->
Visual Basic Editor).
Also, I believe we can automate actions to IE pages using VBScript,
like when you right click a web page and choose "Export to Microsoft
Excel". But I have no idea how to get it.
View 2 Replies
View Related
Jul 20, 2005
I have a shortcut on my desctop that points to web location. When a
user clicks on it the Internet explorer opens the web location but
without the navigation bar status,location bar address bar, but with
resize handlers.
Ok, if this cannot be done is there a javascirpt that can imediatly
remove this when the page is called?
View 5 Replies
View Related
Jul 20, 2005
Is it possible with JavaScript to prevent that a User is closing the
Internet Explorer? Because it is important for me that the User pushes the
cancel Button of this webapplication how can i do this?
View 5 Replies
View Related