so I have a fuction that exports some data async via asp.net and displays a URL on the page to download the exported file, it works perfectly in chrome. but in internet explorer, it displays the link, but the link is not click-able, it just renders as plain text!
The data returned Export.aspx contains the Url to the exported file. (Reme...
Today I started experimenting with PHP-based PDF generators. I tried TCPDF and it works fine for the most part, although it seems to be a little slow. But when I load the PHP file that generates my PDF in Internet Explorer 8, I see lines and lines of weird characters. Chrome however recognizes it as a PDF.
I'm assuming that I have to se...
Hi All,
my following css code does not work in msie.
#block a {
border-right: 2px none #eee;
border-bottom: 2px none #eee;
}
#block a:hover {
border-right: 2px solid #eee;
border-bottom: 2px solid #eee;
}
In msie, only the right border will be displayed correctly. The bottom border is totally invisible. Other browsers w...
Hy my problem is like this :
1. I am loading an external page via shadowbox this page that I am loading is php
2. The page that is loading does not have any css or images
This is my head:
<!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...
the following code is not work in safari, but properly work in IE.
<style>
.my
{
background:url("../../myproject/images/add.gif");
width:100%;
height:22px;
background-repeat: no-repeat;
}
</style>
<span class="my">
</span>
...
How to make a IE toolbar respond to everytime a page is completed downloaded?
...
Hello everyone,
I got a strange problem, which I could not find a solution. In order to clarify my problem, I did a simply test page that has the same problem.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test1.aspx.cs" Inherits="RadicaLogic.SilverSpine.Web.Surveillance.Reports.test1" %>
<!DOCTYPE html PUBLIC "-//W3C/...
Hi,
I have a website,which decently performs in FF and other browsers. but when it come to IE 7 and IE 8 (tested) the performance gets too slow
http://ratingscorner.com/Mobiles/Blackberry-Bold-9000
any tips to improve performance in IE?
...
Hello.
I've developed IE plugin which adds an icon after each link on pages.
But, If I navigate on https sites then I get the message that IE has restricted.....
If I try to allow the access IE shows that message again.
How can I fix it or where am I wrong ?
...
So I have this in my RoR app, it works in FF, Chrome, and Safari... but not in IE7...
neither li works with or without javascript.
Why does this happen, and how do I fix it?
<li class="decline" name="javascript_required" style="display: none;">
<a href="/view/close/1?status=3" rel="facebox">Decline</a></li>
<noscript>
...
Is it possible (on Windows) to simulate a "per-process" hosts file? Or, is it a feature of any current web browser to be able to customise the DNS mapping?
Edit: For example, a side-by-side test lab scenario simulating a future DNS change. It would be neat to avoid having to use two separate computers!
...
I'm seeing an intermittent problem on our web site. Some users are trying to submit forms via GET when my form method is POST. The errors always come from IE users. I have noticed a few UA strings have a reference to "yie8," which I am assuming is Yahoo's IE8 package. I think the Yahoo! toolbar might have something against me, but I ...
As every web developer finds out the hard way sooner or later, IE does not apply css styles loaded via ajax. I know I could just put that css in a more global place, but I'm wondering if there happens to be some "hack" or "trick" to get around this. Perhaps there is some javascript magic?
UPDATE WITH EXAMPLE:
For example, say you have ...
Hello,
An application I work on generates PDF documents and renders them in a browser window. Some of the data in the documents can be considered sensitive so we're exploring how to prevent the browser from caching the document contents. We're using the following Java code which prevents caching in Firefox but doesn't work in IE 8:
r...
Hi,
I'm working in a framed environment, and trying to tell if the frame on which some javascript code executes is the top frame (the one that contains the rest).
Up until now I was trying to check it with
window.parent !=null
but it always returns false, like in this simple example.
<html>
<head>
<script>
alert(parent == null...
Using Internet Explorer (don't appear to have an issue in FireFox) the following code will occassionally raise an
Error: Access is denied.
Code: 0
The line in question is the second window.open.
currentDialog = window.open("error.html", name, "width=20 height=20 left=50 top=70", true);
if (currentDialog != null)
currentDialog.clo...
Using the repo found here:
http://github.com/nkallen/screw-unit
and this commit:
cc41f3cf373d804b11519704faf1971370f43760
I get this screen when viewing the package's "EXAMPLE.html" file:
Basically all of the text showing how many tests were run and the describe/it clauses, and the test results are missing.
The same revision work...
Hello folks, I have used the SiteLock 1.15 template to restrict domain access to my ActiveX control so that only a list of pre-approved domain can use it.
Everything compiles ok, and even the SiteList.exe application that is supplied with the SiteLock template correctly shows the list of domains that I defined inside the ActiveX Control...
hello i am facing this stupid issue with no help any where. i am facing it in every form in my mvc2 project.
This is a input
<input type="image" src="<%=Url.Content("~/images/shopping-cart.jpg")%>" alt="shopping cart" id="btnshoppingCart" name="btnshoppingCart" value="shoppingCart" />
when i browse the page with firefox and click on ...
Hello all,
I wrote a jQuery script that slides a large strip with images in it- horizontaly accross the screen.
Problem is, that in IE (currently using IE8) the movement isn't smooth unlike other browsers- where images slide smoothly.
I must notice that in IE Compability mode, the result is better- but still not perfect.
Hope that so...