Hello, Monks.

I'm not sure if this is an appropriate question (or even in the right place), but I'm not sure where to go. Yes; newbie.

I just launched a small perl-driven site for an artists' group I'm a part of. The private content management side works great (thanks to you all! and the llama book! and I use CGI; honest!), but the public viewer scripts give me an odd problem: IE for Windows executes the script, writes the HTML, then seems to stall after loading a few images from the site (status bar: 'Downloading picture:... Try 'view current galleries' a couple times to see). Eventually the browser stops loading images for any site. Closing and reopening IE starts the process over.

HTTP code 304 might somehow to be involved.

The rub is that the same site and code work with no problems on IE and Safari on a Mac. Same with Netscape/Mozilla/Camino/Firebird and Opera under OS X and Windows. (Haven't tried Linux yet.) Damn that 80% market share!

Ueber-common search terms make for fruitless Googling. Is this something really obvious? I'd love to RTFM; point me in the right direction? The HTML written by the perl scripts is available at the site; would chunks of the code that write it be important?

Thanks for your time.

Dead Nancy

p.s. Yes, I use JavaScript (to load content in multiple frames). I like frames. I do not apologize!

In reply to strange Windows IE behavior by deadnancy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.