Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Wed, 28 Apr 2010 02:07:17 UTC
Message: Access is denied.
Line: 177
Char: 9
Code: 0
URI: http://www.google.com/selenium-serv...
Hey everyone. I am having some issues on my end and hopefully it's just something on my end but, could someone take a look at REMOVED SINCE FIXED in IE and let me know if you can see what is wrong. Please check it out first in FF or Chrome or Safari because it all works fine in those browsers.
The two scripts I am using are a custom-ish...
I have tested this on Windows XP SP3 in IE7 and IE8 ( in all compatibility modes ) and Windows 7 Ultimate in IE8 (in all compatiblity modes) and it fails the same way on both. I am running the latest HEAD from the the couchapp repository. This works fine on my OSX 10.6.3 development machine. I have tested with Chrome 4.1.249.1064 (45376)...
Hi,
I make innerHTML to get data and store it in database. When i tried in firefox it is coming proper with quotes(" or ') for attributes. But in IE i am not getting the quotes(" or ') for attributes. Is this a browser issue? Any answer for this.
Thanks
...
This was added to the page later with jQuery:
<input name="pdfRadio" id="pdfRadioNo0" value="0" type="radio">
This code:
radio_id = "pdfRadioNo0"
ie.radio(:id, radio_id).set()
does not set it but returns an error message:
Watir::Exception::UnknownObjectException: Unable to locate element, using {:id=>"pdfRadioNo0"}
Does watir al...
We have a simple Google Maps traffic application up at: http://www.avonandsomerset.police.uk/newsroom/traffic/
For some reason it's recently stopped working in IE correctly. At this point in time it was using V2 of the API, so I've just upgraded it to use V3 - but it still won't work in IE.
It works fine in Chrome & Firefox. But in all...
I have an image on this page in the blue bar area. It shows up fine in FF, Safari, IE8 & Chrome, but it does not show up in IE7.
Here is the HTML:
<div id="featuredImage">
<img src="images/website_design_charlotte.jpg" width="960" height="159" alt="" />
</div>
Here is the CSS:
#featuredImage { position: absolute; z-index: 9; top...
Hi!
I've got a problem with the dynamic style manipulation in IE7 (IE8 is fine). Using javascript I need to add and remove the < link /> node with the definition of css file.
Adding and removing the node as a child of < head /> works fine under Firefox. Unfortunately, after removing it in the IE, although The tag is removed properly, ...
Hi
I want to change a USER AGENT string in Internet Explorer whilst it is running (or after launching). So I can't change through a registry key. Is there any other way to do this?
...
So I built some complex ajaxy jquery module on my homepage, with the help of "scrollable" from flowplayer.org.
It works fine for me on Chrome, Opera, Firefox ... but of course IE is not playing friendly (regardless of the version, from my testing).
Objects are not displaying exactly where they should, some are overlaying each other, an...
I have an issue in IE6 but not IE>=7, FF or Chrome. It is caused when you wrap an anchor tag with a span.
<span><a href="place"><span>Text</span></a></span>
However this works:
<h1><a href="place"><span>Text</span></a></h1>
The only styling on them is as below:
div#headeraffiliate a.skin_3 {
width: 550px !important; height: 53...
I have a asp.net web application that runs locally and opens docx files in IE8. However, after deploying to our production server (Win2003), I get a 403 error. The same code works for doc files, just not docx files. So, I've narrowed the problem down to the server but do not have good direction.
I read that it might be a MIME type issu...
In IE7, when a user fills out this Google Form w/ jq validate.js, and clicks the Submit button, the page navigates to the "success" page, but our form isn't showing the submitted content.
http://www.xtracycle.com/lifetime-freeradical-warranty-and-guarantee/
I read that IE 7 has issues with input elements having both a type and class/id...
I am trying to upload a file using an hidden Iframe and get the response back. The following code works fine on Firefox but breaks on IE. It fails on getting the response back.
Line....
var content = $j(this).contents().find("body:last").text();
Any help/suggestion is deeply appreciated.
Thanks.
$j('#uploadForm').submit(function(e) ...
$(document).ready(function() {
//Default Action
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate first tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active"); //Remove any "acti...
I've been tasked with creating a web app to be consumed by a mobile device sporting Windows CE 5.0 (and some with Windows CE 4.2).
I've found a host of things that seem to work fine in IE6 on my desktop, but fail when rendered in IE for Windows CE.
IE6 is bad enough as it is...does it lose any more functionality on an embedded system?
...
Hi,
I use TinyMCE and it works fine on FireFox but it shows weird icons on IE 8.0.
As you can see, forecolor and backcolor icons are repeated. This doesn't happen on FF.
Has anybody seen this? How do I fix this?
Sam
...
This isn't working in IE (although it does work in FFX). Why?
Using HTML in the header:
<script type="application/javascript">
// And finally, let's call the code ourselves.
window.onload = lbp.init;
</script>
And then the script:
// lbp is the script's universal variable, which retains everything
var lbp = {};
// The se...
Hi!
I have a COM object embeded in ASP.NET page using <object classid="clsid:XXX...">. It works in IE 32 bit, but does not work in IE 64 bit - can't access its functions. There are no error messages, no event logs where I can get some information.
The dll is in C#, includes COM visible class, compiled for Any CPU (though I also tried x...
Ok big problem as this is affecting two projects on our new server. We have a file that is downloaded by users, the files are downloaded using a HTTPHandler. Since moving the site to the server and setting SSL the downloads have stopped working and we get an error message "Unable to download DownloadDocument.ashx" from site". DownloadDoc...