...at least on Mozilla. It works fine on IE. Anyway, I can't pick a different stats category via the drop down box. It drops down and lists all the sections, but when I choose one, it doesn't switch categories.-bigginal
7/29/2002 9:54:03 PM
ASP.NET creates the __doPostBack function in javascript. this function does not work with netscape 6! it addresses the form using document.formname rather than the document.forms['formname'] that netscape expects. the statistics page is one of the only pages that uses it.
7/30/2002 12:23:59 AM
i actually hate that javascript it creates. ASP.NET has browser-sniffing that even sends some really complex scripts for validation. i turned it all off and deleted all of the client side scripts. i'll make my own decisions about which browsers i want to exclude
7/30/2002 12:34:49 AM
Do not consecutively reply to a topic - If you are within the alloted timespan for editing a message that no one has replied to and you think of something to add, EDIT the message. DO NOT REPLY AGAIN. Constant abuse of this will not be tolerated.
7/30/2002 3:07:28 AM
7/30/2002 3:42:56 AM
oh, my bad
7/30/2002 12:36:49 PM