Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...keep up the good work with this forum, I think this is the best one around. ...you actually try to help people learn for themselves. ...I commend you on providing a very good, open learning atmosphere, where usually egos are left behind..."

Geography

Where in the world do Tek-Tips members come from?

Why are parts of my webpages missing?Helpful Member! 

misho88 (TechnicalUser)
26 Feb 06 18:53
I only started working with perl 2 days ago, so there's a chance I'm doing something wrong with my code, but it doesn't look that way.

I have a script that generates a relatively complex page with a couple of pictures and a lot of text. Occasionally the text doesn't load, and almost always, most of the pictures don't. Looking at the generated HTML, I can see that the code is there, the browser just isn't loading it. This occurs with Firefox, Mozilla Suite, Internet Explorer, links2 (graphical).

So, why is it happening? Why is the amount of code that's processed different at different times? And (this might be a stretch) how can I make it work?
PaulTEG (TechnicalUser)
26 Feb 06 20:46
check your headers ...

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments winky smile

Rieekan (Programmer)
27 Feb 06 8:58
Also, check the paths to the files.  If the browser is unable to get to them, they won't display.

 - George
Helpful Member!  ChrisHunt (Programmer)
3 Mar 06 6:14
Change that bit of your code that I'm pointing at now. If I can diagnose what's wrong with your program without seeing it, you should be able to see my finger in the same way.

-- Chris Hunt
Webmaster &  Tragedian
Extra Connections Ltd

Kirsle (Programmer)
15 Mar 06 7:59
It might be a problem with the web server too. I've run into some random occurrences where images or parts of my CGI pages wouldn't load, but refreshing the page two or three times would finally get it to behave correctly.

My guess is that the web browser is giving up on a (slow?) server connection. Maybe the CGI process took a couple nanoseconds longer than the browser wants to wait for so it gives up trying and doesn't download the images or even the rest of the webpage in some cases.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close