Results 1 to 6 of 6

Thread: Web image display problem

  1. #1
    Join Date
    Dec 2008
    Posts
    105

    Web image display problem

    Hello Friends,

    Whenever i try to view any web pages, some of the images display fines while some are shown blank except for a little square up in the corner with a red x in it. I don't know that why i'm having such kind of problem. Can any one tell me how do i resolve this problem? Any help on this would be appreciated.

    Thanks a lot.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: Web image display problem

    If the images are in any way Java based (like a realtime display or something, etc) then it could be a problem with the update. The recent Java updates for Mac have resulted in problems with some sites.

    It could also just be a connection issue with your ISP. The page load could be timing out before the images load. I would try clearing the cache and history and reloading the page.

    Have you tried using any other browsers? (Firefox, Netscape, etc)
    If you have, are you getting the same result?

  3. #3
    Join Date
    May 2008
    Posts
    2,134

    Re: Web image display problem

    Your application appears to require PHP version 4 in order to run. This version is still installed at this time and I've switched over your application to make use of this version by adding the following line to a .htaccess file: "AddHandler application/x-httpd-php4 .php"

    Please note that PHP4 will be phased within a few months time. You should consider updating your application so that it functions under PHP5 as soon as possible.

  4. #4
    Join Date
    May 2008
    Posts
    2,792

    Re: Web image display problem

    You might have to do it like this:

    -src=>'../images/NYNY.gif',


    if all else fails you can always use the fully qualified web address of the image although that is slower:

    -src=>'http://www.mysite.com/images/NYNY.gif',

  5. #5
    Join Date
    Apr 2008
    Posts
    2,276

    Re: Web image display problem

    From the code we can see, you used the server image control <asp:Image , the property is used to show the image's url is the imageURL. As you said the ImageSrc is the html image control, it uses the src to show the image's url. For example: <img src="../../image/007004.gif" mce_src="../../image/007004.gif" />.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,358

    Re: Web image display problem

    Run the Direct X diagnostics tool

    To find detailed information about your computer, please run a utility called DXDIAG.

    • Click the Start menu on your computer taskbar.
    • Select Run.
    • Type 'DXDIAG' in the text field.
    • Click OK.


    Windows will run the tool and return information about your computer, DirectX version, and video card.

Similar Threads

  1. image database display problem
    By mutago in forum Software Development
    Replies: 1
    Last Post: 03-02-2012, 12:09 AM
  2. Nokia X2 problem with caller display image
    By Janze in forum Portable Devices
    Replies: 3
    Last Post: 30-10-2010, 06:09 PM
  3. How to display image from the web in ACCESS
    By Janet J in forum Software Development
    Replies: 2
    Last Post: 04-02-2009, 06:45 PM
  4. How to display image in PHP Page
    By Aaquib in forum Software Development
    Replies: 2
    Last Post: 21-01-2009, 07:08 PM
  5. Wall Paper Display Properties Image Problem In Windows XP
    By MACAWI in forum Customize Desktop
    Replies: 1
    Last Post: 22-11-2008, 04:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,717,387,766.91205 seconds with 16 queries