On Mon, 20 Sep 2004 09:27:43 +0300, amos wrote > Michael Lake wrote: > > [EMAIL PROTECTED] wrote: > > > >>>> It sounds like it might be a problem with your application - do you > >>>> get this when you try your application? Can you try to keep around the > >>> > >>> > HTTP response (including the HTML content) of the first response? > > > > > >> Are you reffering to the URL: "http://tazieff/kid/users/search/simple"? > >> I'll need an FQDN to access it. > > > > [the above is on my home box thats not connected to the web] > > > > See the public one at: http://www.caves.org.au/kid/users/search/simple > > e.g. enter Jenolan > > > > Info for the public login is at http://www.caves.org.au/kid_intro.htm > > I've just entered there using the public user and doesn't seem to see > any reloads. Do you see my host in your logs? My IP starts with > "192.117.105". > > > Now I understand what you mean. The stuff thats in the headers that the > > brwser interprets but doesnt get displayed in the HTML page. Well if I > > can learn how to do that I will have learnt something (is that a > > tautology?). > > I'm not sure how to help you here. > > > The page is generated on the fly by a Perl script. > > I'll try and get a really cut down script that generates the same problem. > >
The problem is with your body tag. You have background="#808080" instead of backgroundcolor="#808080". The background attribute is used for images so the browser is going back to the server looking for an image with the same URL as the page. -- Nick Wilcox. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
