Hi all,
for a project we will be doing webbased certificate enrollment, in Vista / Win7 combination with IE this gives some problems if the user does not import the root certificate first and then changes a lot of default IE settings (Enable ActiveX not marked safe for scripting etc....). I was wondering if any of you ever created a tes...
Please have a look at this demo page that I cooked up a while ago:
http://www.s3maphor3.org/demo/hotbox/
This is a custom lightbox that is triggered upon holding the space key. The way it works is quite simple. There are two hidden divs on the page, one for the content of the lightbox and one that holds the darken layer (opacity 70%). ...
You build it for FF, then you hack it for IE.
Take a look here:
http://jbhstad.se/NicklasSandell/
Anyone knows what's up with IE? The menu seems to have a gap between for some reason, and the entire site is floated left?
Thanks in advance,
-Nike
...
Hi all im struggling to find an answer to my problem here. I've made a IM application the same as facebooks but it is having problems in IE.
The problem started as I kept seeing rn at the beginnning of every post made via IE. That was due to stripslashes function. But as I was investigating I noticed my tag was being added an attribut ...
Hello
I need to develop a control in .Net that work as IE ActiveX Add-On. I have read many articles related to this and at first I'm confused about the terminology so I'm describing my problem/requirement in bit detail.
The Requirement
I have already developed working .Net control. The core functionality of this control is to read a p...
I make an async request in a web where the response is parsed into a select field where the option gets selected when dom node are ready, it's all ok in all navigators but with internet explorer 6 things gets weirder.
I logged all events in ie with scripts of my own getting a variable null assigned, but when i do a alert with it it gets...
For each of the modern browsers are there well known hooks I can tie into so that I can write an Internet filter while browsing, like an interface where I can write implementations for these types of events:
OnBeginSurf(URL) {
// check URL to see if goes to porn site
}
OnContentFinishedDownloading(HTML) {
// check HTML for "...
I have buttons on a page that look like:
<p>
<a href="view.php">
<input type="button" name="view" value="View Database" />
</a>
</p>
IE does not support these buttons or multiple buttons I am not sure which one. Does anyone know how to fix this to work with IE?
...
I have a unique problem where I need a copy of IE to do some session management and run some JavaScript on the page. The goal is to retrieve a value representing the server side session ID written by the JavaScript into the HTML response.
The code looks like this:
public class RemoteFileProcessor
{
#region Fields (1)
private ...
hello,
I have a problem with sizes of divs - in Firefox everything is fine, but IE messes things up,
I use only jquery show hide function which open div with other divs nested in it,
you can see what I mean on www.custos.pl/v1 - by choosing any option on the bottom, a div opens up, where you have a submenu opening up jScrollPanes,
th...
I'm seeing an issue with our web application. We have a few wave files which we can play (like ding.wav) and we have attempted to pre-load wave files but using Fiddler we're seeing that the WAV files are never cached like (js and css and image files). We always see an HTTP 200 instead of an HTTP 304.
Any ideas on how to tell IE that it...
The code below works in FF, Safari, Chrome. But IE is giving me issues.
When a checkbox is checked, I cannot get IE to detect it.
$("#checkbox_ID").change(function(){
if($('#'+$(this).attr("id")).is(':checked'))
{
var value = "1";
}
else
{
var value = "0";
}
alert(value);
return false;
});...
We have SSL Certificate installed on a linux server. We are accessing every page with 'https'. When we run a site in Internet Explorer 6.03 (SPE3?). it shows a pop-up as "This page contains both secure and nonsecure items. Do you want to display the nonsecure items?".
...
I have jQuery code that loads images with jQuery load method. It works perfectly in all other browsers, except in IE. I have about 10 images, but IE only loads few of those images and then stops loading. What could be causing this?
$(".image-container").each(function() {
... some code here ...
var img = $("img", this);
$...
This may well be impossible; either way I'm sure people here will know. I'm trying to reduce three "OK" prompts to two.
As part of my application, users will download and run an executable I supply; call it privileged.exe. privileged.exe will have a coda that asks for the highest privileges available. That's two OK prompts, one to run...
I ran into a problem in IE8 today (Note that I only need to support IE) that I can't seem to explain: detachEvent wouldn't work when using a named anonymous function handler.
document.getElementById('iframeid').attachEvent("onreadystatechange", function onIframeReadyStateChange() {
if (event.srcElement.readyState != "complete") { ...
hi;
i need grab to internet explorer address bar. how to get address bar url for python ? (i need second part other browsers grabbing address bar but internet explorer is urgently).
Thanks.
...
How do I debug IE7 javascript with Visual Studio Express and which version should I use?
Update and Answer. You have to enable debugging in IE, create an empty web site in Visual Studio, press "Start" and navigate the browser to whatever you want to debug.
...
Hey,
I've created a site with CSS that requires the :focus pseudo class. I change the 'filter' and 'background-image' effects when a textbox is selected (i.e. has focus). This works in Chrome/FF, but doesn't seem to work in IE8 (and, presumable, previous versions if IE). I tried to look for answers, and have tried to use :active - but ...
Hi,
I am writing a Windows Forms application and am creating a report for users to view in the webBrowser control. The problem is that it does not seem to display an image which is situated on my local hard drive, it just display the "broken image" red cross symbol. The path of the image is correct and when I view the source code of the...