Works fine with IE not with netscape 4.x
I have the following menu, that work fine with IE, when I click on e.i Appliances, it will feed a value into $cat and run the need script. when I run it from netscape I will get a blank page with nothing feed in $cat.

• <A href="index.php?cat=Appliances"> Appliances</A> <BR>
• <A href="index.php?cat=Arts"> Arts</A> <BR>
• <A href="index.php?cat=Automotive"> Automotive</A>

please let me know if you know a work around for nn4.x

    Please check the extra spaces in your query string otherwise there is nothing seems wrong with it. it should work

      Did you do a view source with Netscape? Are you sure that the server is not delivering content or just that Netscape is not displaying it. I'd check your table structure on the resulting page.

        Thank you very much, I needed </table> tage in my script. Once I added, the script work now with nn4.x

          Write a Reply...