sherzodR wrote:
> 
> Lotta peoploe do not use </td> and </tr> closing tags. It works fine in
> IE, as it closes them automaticly whenever it sees the opening <td> and
> <tr>. But Netscape turns up its nose. So it should do w/ the HTML syntax,
> I believe. You could post a link to that page, if you wish, or have HTML
> validator to validate it for you (available at w3c.org)
> 
> Good luck
> 
> --
> sherzodR
> 
> On Mon, 26 Nov 2001, Amer Neely wrote:
> 
> >I've read with interest the posts on Netscape not rendering HTML
> >correctly. I can add my experience to that thread, but I use Perl not
> >PHP to generate the HTML. Some very strange things happen with NS 4.77,
> >but IE5 renders just fine. It isn't tables in my case - I've confirmed
> >all table,tr,td, and form tags are matched.
> >
> >The strange thing is it works fine when I run the script on my home
> >computer (WIN98, Apache, perl 5, MySQL 3.23.38). Upload to my ISP and
> >Netscape gives intermittent results - sometimes it will come back with a
> >complete page, other times (for the same query) it will stop partway
> >through the HTML.
> >
> >An earlier post mentioned the possibility of the code having NUL
> >characters in the HTML stream. I'll try to check into that and post the
> >results. If someone can shed more light on this I know a lot of people
> >would appreciate it. Thanks in advance.


Here's the address:
http://web.softouch.on.ca/mycd.pl

Where NS seems to break down is doing either a 'View By' or 'View
Tracks'. 

In 'View By', you get to look for an Artist, Title, or Track. Sometimes
it will come up with the result, other times only a partial page. But
like I said in the above post, if you view the source code, the HTML is
mostly there. Now the twist. Do the same thing again - just hit the back
button and choose 'Find It' again. Again, it will either show a complete
page, or a partial one. But another 'view source' reveals that it has
stopped again - but NOT AT THE SAME PLACE AS THE PREVIOUS request! I've
done this up to about 10 times and each time get a different amount of
HTML showing up. Of course the whole page is not appearing because it
hasn't got to the closing /table tag. But why isn't the whole page being
received? This is what boggles me. And besides, if it was an HTML issue,
why does the script work fine on my home computer, as I also mentioned
in the above post. 

In 'View Tracks' you get the same behaviour. 

I'm only posting here because of the MySQL factor. I've been using NS
myself for years and know of it's flaky behaviour with tables and style
sheets. I'm thinking my ISP may have some initial timing variables for
MySQL set too low?

-- 
Amer Neely [EMAIL PROTECTED]
Softouch Information Services: www.softouch.on.ca/
Perl / CGI programming for shopping carts, data entry forms.
"We make web sites work!"

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to