Only thing I could think of was you've got some wierd locale set where the letter r isn't ascii code 114 but that would only result in garbage. Personally I like the idea in your original message where someone thinks it's a proxy issue.
I suggest elimination time... Try browsing the file with a gui browser on the web server (if you have one) otherwise NFS mount, mirror the files etc "mozilla file:///var/www/html/thingo.html" Next try the same thing but add the web server "mozilla http://localhost/thingo.html" Try mirroring the stuff to another web server, try different browsers, try with/without proxy etc. On Thu, 25 Sep 2003, Webmaster wrote: > Hi All: > > I have spent some time on this where > I experienced that problem with <a> tags > wherever it's being used.. In my scripts. > > For some reason in my Perl script with the > <a> tag for the word "banner.html" in "href" > I noticed that the "r" is causing the data > to be ignored via server after the perl script > has executed. > > Basically I had this before > > $variable = "<li><a href=\"banner.html\">Some text<\/a>"; > > The <li> appears. But the > > <a href="banner.html">Some text</a> > > does not show via web server although I see it in the HTML > File in the command line. > > After playing around I saw that the letter "r" is causing > the problem. I just remove the letter "r", and the <a> > stuff shows via browser. I add the "r" again and it does not > show. > > As far as I know in Perl "\r" is a special keyword. So I don't > understand why having the letter "r" in the word "banner" as > above would fail. > > Also other scripts I have that processes forms with identification > with the word "banner" keeps causing problems. Again letter > "r" is the issue. > > Any explanation for this ? > > > -----Original Message----- > > From: pesoy misak [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 18 September 2003 07:32 > > To: Webmaster > > Subject: RE: [SLUG] Weird HTML Omitting code via Browser !! > > > > > > > > --- Webmaster <[EMAIL PROTECTED]> wrote: > > > > > > > > This could be caused by an add filtering proxy. Is > > > the image > > > > an add or hosted on a different server to the HTML > > > file? > > > > > > The image is hosted on the same server as the HTML > > > file. > > > > > > I also am experiencing this problem with > > > <UL> tags where for some reason some <LI> elements > > > won't show on the browser when I view source after > > > loading and yet is visible in the HTML code when I > > > view > > > it from the command line. > > > > > > Any clues?? > > > > > > > try to observe where the end tag is it's happened with > > me once with tables > > > > hopefully helpful > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design > > software http://sitebuilder.yahoo.com > > > > > -- ---<GRiP>--- Electronic Hobyist, Former Arcadia BBS nut, Occasonal nudist, Linux Guru, SLUG/AUUG/Linux Australia member, Sydney Flashmobber, BMX rider, Walker, Raver & rave music lover, Big kid that refuses grow up. I'd make a good family pet, take me home today! Do people actually read these things? -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
