I am using Javascript Date.parse() to check if a start time is after an end time.
The time in question is like this:
Date.parse("12:00pm") > Date.parse("9:30pm")
In Chrome this is coming up as false (as it should)
In IE it is incorrectly coming up as true.
The values Chrome see's are:
Thu Jul 22 2010 12:00:00 GMT-0400 (Eastern Day...
I've been sarching for a solution for this for a couple of days now...
I've got this web site writen in asp/c#, and when I display images through asp code like:
<img src="images/someImg.png" id="Img1" alt="" align="top" border="0" width="295" height="35" style="position:absolute;left:327px; top:545px; width:295px;height:35px;z-index:11"...
I am currently working on a project that needs to be able to set the value of an input element of type "file" in an HTML document using mshtml.HTMLInputFileElement. I am having a great deal of difficulty doing this.
First I tried this:
IHTMLInputFileElement element = (IHTMLInputFileElement)args[0];
string filename
element.value = new...
I am working with some simple jQuery to add onfocus/onblur events to a generated form. The following code works in other browsers, except IE7/8:
$(document).ready(function(){
$("input#edit-submitted-first-name").attr('onfocus', "if(this.value=='First Name') this.value = ''");
$("input#edit-submitted-first-name").attr('onblur', "if...
Hi have the following flash object placed in HTML, flash seems to be rendering good in Firefox, Chrome, Safari but not in any version of IE!!!
Can someone please let me know whats wrong in this object, or what I miss specially for IE!!
Thanks in advance,
Tanmay
...
Hi,
I am trying to write a OOPP(Out-Of-Process plugin) ActiveX in vs2008. can an OOPP activevx plugin windowless? if so with out windowhandle how can we send signals to that window?
...
I want to write a custom plugin which can open a pdf file for popular browsers(IE , Firefox, Chrome). I am going to use some open source pdf viewer code if I can and put some checks in that code for authentication and license validity.
Actually the plugin should work with many file types(Video, audio, doc etc...), I am trying to develo...
Hi,
seem to have a inconsistent problem with one of my pages.
In some IE browsers it displays nearly a whole screen of blank white space between the header and the main content, strangely enough on my pc using both firefox and ie the page displays correctly however on some other pc's it shows the blank space.
http://kiwiradio.blakjak.n...
I have the following HTML:
<form method="post" action="#" name="dialog_head" id="dialog_head" class="jqtransform">
<ul>
<li class="pdf">
<a title="This PDF document opens in a new window" target="_blank" href="#">Save as PDF</a>
</li>
<li class="print">
<a target="_blank" href="#">P...
When IE renders a filter: alpha(opacity=..) whether it's on an image or text. It looks bad.
Is there a way to make IE render normal-browser-like smooth opacity?
If no, how can I easily after a fadeIn (opacity x->1) javascript animation re-render the elements so it doesn't look bad anymore..?
...
Hi,
Is there any way to draw an image from a color array using VML?
I have the array of color codes for every pixel in a compressed order. I want to render this with VML using a method like putImageData() in canvas.
...
Should the keypress event be passed to an ActiveX included in IE, or does IE intercept it for the purpose of navigating between controls on the page?
The behavior I can see so far is that pressing "Tab" when in an ActiveX tabs out of the ActiveX, not passing the keypress. Did anyone have any other experience (searching doesn't help, as ...
I've implemented a landing page design for a campaign we are launching at work, and did testing on IE 7 on my XP machine at work and IE 8 on my 7 machine at home. These both worked and so I thought I had beaten IE, but as it turns out, different OS's IE render HTML differently even though they claim to be the same browser.
Anyone who ha...
I'm having a weird problem with IE8.
Page DOCTYPE is QuirksMode and I CANNOT change it (I wish I could, but there's no way at this time). Widths are hacked to fix the difference of box modem interpretation between IE and other browsers.
It's a simple horizontal navigation bar. It has a border all along, and the selected item should be a ...
Hi All !!!
There is a very strange problem with jQTransform and jQery 1.4.2.
When I use the jQTransform plugin on any form my checkboxes stop working appropriately.
This is the behavior:
The first click on a checkbox, marks it
From that point on i need to click it twice to unmark / mark it
I did a some Google search before creatin...
For some strange reason my Silverlight 4 application isn't loading in Internet Explorer. I see no error messages, just a blank screen. It works fine in Chrome.
Any ideas?
...
hello all,
i'm trying to write code that download a file that located on the server.
but the save as dialog wont open in IE.
i tried response.redirect, i tried
Response.Clear();
Response.ContentType = "text/csv";
Response.AddHeader("Content-Disposition", "attachment; filename=" + fileNameDisplay);
Response.WriteFile(Server.MapPa...
is such css library that i can use rather than have to manually use special tag for each browsers like below ?
-moz-linear-gradient
-webkit-gradient
-ms-filter: "progid:DXImageTransform.Microsoft.gradient
...
I've got this code throwing an error from an iframe:
function parentIframeResize()
{
var height = getParam('height');
// This works as our parent's parent is on our domain..
parent.parent.resizeIframe(height);
}
Not concerned about the error at all. The problem is it stop...
i experienced this and wonder any suggestion you folks can recommend. i'm using spring-security-ntlm 2.04. one or two users reported even though they set 'prompt for username and password' in their internet explorer. they are redirected to cannotlogin.jsp rather than seeing pop up asking for username and password.
<security:http a...