473,320 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Images blank in IE7

I have an ASP.NET web app that has been working fine for a couple of years
under IE6. I have just tried upgrading to IE7 but some of my image controls
are appearing as blank - specifically the ones containing ABSOLUTE image URLs
to the client machine.

Has anyone else encountered this problem? I need to use absolute URLs as I
am displaying image files on the clients hard drive.

Thanks for your help

Nov 22 '06 #1
4 1140
Don't know but IMO it looks like some kind of security issue. Even in IE6 I
thought it was not possible by default to reference a local resource from a
web page...

I would double check the security settings...
--
Patrice

"gp_mk" <gp**@discussions.microsoft.coma écrit dans le message de news:
36**********************************@microsoft.com...
>I have an ASP.NET web app that has been working fine for a couple of years
under IE6. I have just tried upgrading to IE7 but some of my image
controls
are appearing as blank - specifically the ones containing ABSOLUTE image
URLs
to the client machine.

Has anyone else encountered this problem? I need to use absolute URLs as I
am displaying image files on the clients hard drive.

Thanks for your help

Nov 22 '06 #2
The thing I was thinking about is generally called "Zone Elevation" (that
is the ability to access content from a more trusted zone from a less
trusted zone). It has been "enhanced" in IE7.

Try :
http://msdn.microsoft.com/library/de...new_70_sdk.asp
and the FEATURE_BLOCK_LMZ_IMG key.

--
Patrice

"Patrice" <sc****@chez.coma écrit dans le message de news:
Ot**************@TK2MSFTNGP06.phx.gbl...
Don't know but IMO it looks like some kind of security issue. Even in IE6
I thought it was not possible by default to reference a local resource
from a web page...

I would double check the security settings...
--
Patrice

"gp_mk" <gp**@discussions.microsoft.coma écrit dans le message de news:
36**********************************@microsoft.com...
>>I have an ASP.NET web app that has been working fine for a couple of years
under IE6. I have just tried upgrading to IE7 but some of my image
controls
are appearing as blank - specifically the ones containing ABSOLUTE image
URLs
to the client machine.

Has anyone else encountered this problem? I need to use absolute URLs as
I
am displaying image files on the clients hard drive.

Thanks for your help


Nov 22 '06 #3
The page is actually
http://msdn.microsoft.com/library/de...new_70_sec.asp

--

"Patrice" <sc****@chez.coma écrit dans le message de news:
u$**************@TK2MSFTNGP06.phx.gbl...
The thing I was thinking about is generally called "Zone Elevation" (that
is the ability to access content from a more trusted zone from a less
trusted zone). It has been "enhanced" in IE7.

Try :
http://msdn.microsoft.com/library/de...new_70_sdk.asp
and the FEATURE_BLOCK_LMZ_IMG key.

--
Patrice

"Patrice" <sc****@chez.coma écrit dans le message de news:
Ot**************@TK2MSFTNGP06.phx.gbl...
>Don't know but IMO it looks like some kind of security issue. Even in IE6
I thought it was not possible by default to reference a local resource
from a web page...

I would double check the security settings...
--
Patrice

"gp_mk" <gp**@discussions.microsoft.coma écrit dans le message de news:
36**********************************@microsoft.com...
>>>I have an ASP.NET web app that has been working fine for a couple of
years
under IE6. I have just tried upgrading to IE7 but some of my image
controls
are appearing as blank - specifically the ones containing ABSOLUTE image
URLs
to the client machine.

Has anyone else encountered this problem? I need to use absolute URLs as
I
am displaying image files on the clients hard drive.

Thanks for your help



Nov 22 '06 #4
Hi,
Even i had same problem, and tried the soultion in the same way, bit it
did not work for me, so is there any thing which i need to update ,as i have
OS as XP with SP2
Thanks
Asha
--
Asha.T
Multitech.co.in
"Patrice" wrote:
The thing I was thinking about is generally called "Zone Elevation" (that
is the ability to access content from a more trusted zone from a less
trusted zone). It has been "enhanced" in IE7.

Try :
http://msdn.microsoft.com/library/de...new_70_sdk.asp
and the FEATURE_BLOCK_LMZ_IMG key.

--
Patrice

"Patrice" <sc****@chez.coma écrit dans le message de news:
Ot**************@TK2MSFTNGP06.phx.gbl...
Don't know but IMO it looks like some kind of security issue. Even in IE6
I thought it was not possible by default to reference a local resource
from a web page...

I would double check the security settings...
--
Patrice

"gp_mk" <gp**@discussions.microsoft.coma écrit dans le message de news:
36**********************************@microsoft.com...
>I have an ASP.NET web app that has been working fine for a couple of years
under IE6. I have just tried upgrading to IE7 but some of my image
controls
are appearing as blank - specifically the ones containing ABSOLUTE image
URLs
to the client machine.

Has anyone else encountered this problem? I need to use absolute URLs as
I
am displaying image files on the clients hard drive.

Thanks for your help


Dec 11 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Jon Glazer | last post by:
I know this is sorta reposting but I want to simplify the issue a bit. Take the following script: function replacemain(s){ var x = document.images; var y = document.images; var pictemp =...
2
by: Trent | last post by:
Hey All, I am new to javascript and currently coding a site with scripts that are beyond my level of understanding. The problematic page has thumbnail images that can be clicked on to zoom in....
7
by: Ken Smith | last post by:
I have a little video poker game I created in Javascript. It uses Tables and inner html stuff - for example: (psudo-code) imagePicked=random card image (2h.gif);...
7
by: ima | last post by:
I've been going in circles trying to get my images to display and after much experimentation, it appears that the background color may be hiding my images. The alt tags appear in place but no...
11
by: Ian Davies | last post by:
Hello Im having problems displaying my images as thumbnails in a table. My code for producing the new width and height from the original image is as follows...
4
by: et | last post by:
I have made no changes to my website, but have simply replaced images with new images of the same name, and they are part of a hyperlink. Even though I have done a rebuild over and over, it still...
15
by: mleaver | last post by:
I want to open a second window and display a binary image that is returned from a java program via XMLRPC. The data returned is a binary encoded base64 png file. If I write the data out to a file...
13
by: Xah Lee | last post by:
there's this one i can't figure out. I'm trying to kick out image.google.com's top frame when it goes to my page. If you go to http://images.google.com/images?q=milk+tits click on the page...
3
by: Dave | last post by:
I have an ASP 3.0 website on which the images are displaying intermittently. In other words, when I request a page, the image is blank. There is no missing image place marker (rectangle with a...
7
by: Keith Hughitt | last post by:
Hi all, I am having trouble preloading images in a javascript application, and was wondering if anyone had any suggestions. Basically I have a bunch of images stored in a database as BLOBs. At...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.