Netscape doesn't always conform to "standards".
Have you tried doing it this way:
print "<form name=\"list\" method=\"get\" action=\"". $PHP_SELF . "\n";
It may make a difference.
I also do this which has been known to work but not on every page (go figure):
print "<form name='list' method='get' action='$PHP_SELF'>\n";
Good Luck