Pictures not showing up in any web browser!!!

Reply

Join Date: Apr 2004
Posts: 1
Reputation: shaneomac89 is an unknown quantity at this point 
Solved Threads: 0
shaneomac89 shaneomac89 is offline Offline
Newbie Poster

Pictures not showing up in any web browser!!!

 
0
  #1
Apr 19th, 2004
:!: For only some web sites such as Yahoo, CNET(will not load at all), Gamespot, and others, the pictures and ads and such will not load. Any ideas? I have tried using many other browsers such as Mozilla, Slimbrowser, Opera, and Netscape and none have worked. Does anyone know what could be wrong? Thanks for responding and please respond if u can help, and if you need more details , email me at shaneomac89@yahoo.com :!:
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 468
Reputation: TKS will become famous soon enough TKS will become famous soon enough 
Solved Threads: 17
TKS's Avatar
TKS TKS is offline Offline
Posting Pro in Training

Re: Pictures not showing up in any web browser!!!

 
0
  #2
Apr 23rd, 2004
Pictures are the last data to load in any web browser...not matter what. If you use a web proxy...it could be full. Your browser cache could also be full as well. Unload both of these if you can. That may be your culprit. *shrug* I just wanted to give you something to try as I saw no one has replied yet
My Home Away from Home: Yet Another Linux Blog
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 50
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: Pictures not showing up in any web browser!!!

 
0
  #3
Apr 23rd, 2004
Hello,

As TKS suggested, your browser cache could be full, as could your temp file locations. It might also be a simple reboot problem too. I do not think it is an individual setting in any one program. Check to see if your hard drive is full.

You might also try logging in as a different user (assuming you are Mac OS X, Linux, or Windows 2000/XP or 98 using user modes). See if that other user can see the graphical pictures. If they can, you know you have a profile problem.

You might also be a victim of some spyware, or have DNS issues where your browser cannot resolve the source information to go and get the pictures.

Let us know how it works for you.

Christian
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 5
Reputation: jane7887 is an unknown quantity at this point 
Solved Threads: 0
jane7887's Avatar
jane7887 jane7887 is offline Offline
Newbie Poster

Re: Pictures not showing up in any web browser!!!

 
0
  #4
Nov 8th, 2007
Dim KeyCode As Integer
Dim Shift As Integer

Private Sub CboUrl_Click()
If KeyCode = vbKeyReturn Then
WebBrowser1.Navigate (CboUrl.Text)
End If
End Sub


Private Sub Cmdback_Click()
WebBrowser1.GoBack
End Sub

Private Sub cmdFav_Click()
WebBrowser1.save
CboUrl.AddItem CboUrl.Text
End Sub

Private Sub Cmdforward_Click()
WebBrowser1.GoForward
End Sub

Private Sub Cmdrefresh_Click()
WebBrowser1.refresh
End Sub

Private Sub Cmdsearch_Click()
WebBrowser1.Navigate (CboUrl.Text)
CboUrl.AddItem CboUrl.Text
End Sub

Private Sub Form_Load()
WebBrowser1.Navigate ("www.google.com")
End Sub



Private Sub mdstop_Click()
WebBrowser1.Stop
End Sub

Private Sub refresh_Click()
WebBrowser1.refresh
End Sub
jane
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC