IE causes a very unattractive flash or flicker when the page posts back. Without using an UpdatePanel, how can I reduce or remove it?
Most solutions suggest using page transitions like so:
<meta content="BlendTrans(Duration=0.1)" http-equiv="Page-Exit" />
We have been using this with success for a couple of years, but it's broken in ...
When Internet Explorers AutoComplete is turned on for Forms the entries for each field in the HTML form should be cached and displayed as a prompt when the user starts entering content into the form the second time around.
On my website the AutoComplete feature is never displayed for any forms that exist on that site. But yet other w...
I'm trying to use an excel VB macro to download excel files from a membership password-protected site. I am using the "InternetExplorer" object to open a browser window, log-in and browse to the correct page, then scanning for the links I want in the page. Using the Workbooks.Open(URLstring) doesn't work because Excel isn't logged. Inste...
I finally got to work with canvas only to find out that it is not implemented in IE. I tried explore canvas from google to use it in Internet Explorer, but it's not working for my code (http://uptowar.com/test.php - little bug though that it is not removing the old image when rotating).
So, is there an other way to smoothly rotate an im...
There is a div that has inner content, a div with a border that's inside a div. Somehow, this div is expanded to encompass the next div. It blows my mind.
<div style="background: yellow;">
<div>
<div style="border: 1px solid black; background: green">green background</div>
</div>
</div>
<div style="margin-top: 100px;">
IE gi...
I have an HTML form with two buttons as follows:
<input type="submit" name="confirm" value="Yes, Delete" />
<button name="confirm" type="button" onclick="history.back()" value="No, Go Back" >No, Go Back</button>
Now, when I click on either in Firefox, the behavior is as expected. If I click the submit button, then "Yes, Delete" g...
The following html code works in Firefox, but for some reason fails in IE (Label2 is not shown). Is that a bug or I miss something?
Any help would be appreciated.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; ch...
We've got a page in our asp.net web system that uses response.redirect to redirect the user directly to an excel file so it will download "automatically" without the user having to to a right click / save as.
This works great - except for files over about 100k in IE7. Other browsers just download the large file fine, and IE works fine ...
Why would IE 7 display HTTP Error "Bad request" 400 on the same page that Firefox loads without complaining?
...
Is it possible to use Mark of the Web in XML file which is parsed by a local XSL file?
When I insert MOTW mark:
<!-- saved from url=(0014)about:internet -->
i get following message:
Access is Denied. Error Processing Resource.
Ok, I see that I was trying to do it wrong - I wanted to insert this comment into XML.
I have three file...
For a project I'm working on I would like the user to be able to drag a file from the desktop or windows explorer and drop it on a web page in IE and have it uploaded to the web server. I've read that its possible with ActiveX but have not found anything about it.
Anyone know how to do this and where I can get what I need?
Thanks!
...
Hey, i am trying to fix a site I am helping a friend with, and in IE it is displaying the navigation bar like it is stacking on top of each other.
Is that a part of the double float bug, I tried adding display:inline, but I still have that problem.
Thanks,
Ryan
URL: http://www.flanels.com/RadiantecHOME.html
CSS: http://www.flanels.c...
There's a big ugly list of mshtml event interfaces on MSDN, but it leaves a lot of elements out. Is there a reference anywhere that will tell me how all of the HTML elements map to mshtml event interfaces, and what the hierarchy of mshtml event interfaces is?
...
Perhaps not directly programming related, but definitely product / commercially related. And I can't find a dupe, so I thought I would ask.
I have had a bit of trouble trying to figure out what best to say to people who have called and asked for advice. The Microsoft message is a bit worrying - basically, be worried, lock up everythin...
A while ago, I set up my company's local (non-internet) client database on my domain server, using Apache and PHP/MySQL.
I recently decided to set it up to use an SSL connection rather than a standard HTTP connection. (I know, I should have from the beginning, but that's another matter).
I've set up my server and my certificate success...
I'm trying to get the unitpngfix to work but I can't seem to get the png to show up in IE6.
This this my code:
<html>
<head>
<style type="text/css">
#boxouter {
width: 12em;
height: 12em;
background: url(gradient.gif) #ffdf00 bottom repeat-x;
position: relative;
}
#boxinnerbr {
...
Consider this sample code:
<div class="containter" id="ControlGroupDiv">
<input onbeforeupdate="alert('bingo 0'); return false;" onclick="alert('click 0');return false;" id="Radio1" type="radio" value="0" name="test" checked="checked" />
<input onbeforeupdate="alert('bingo 1'); return false;" onclick="alert('click 1');return false...
I have the following html in my webpage (simplified).
<button type="submit" name="action" value="ButtonA">Click Here</button>
In Firefox, it submits "ButtonA" as the value for the "action" form value. However, in IE7, it submits "Click Here". Is there any way to resolve this? I don't want to use input tags, because I need to be abl...
Hey there.
I have a 100% valid Ajax model written in Javascript with a few inputs I use being, Get or Post method, What page to communicate with, What String to send to that page and What element on my own page I might be fiddling with when I receive my response.
The problem is that, should I set the request to Asynchronous (Hence Ajax),...
Does anyone have a solution for styling the borders of "select" elements in Internet Explorer using CSS?
...