I've written a fairly simple page that passes a couple of variables in the URL. Works fine in IE and Opera, and even in NN4. Problem seems to be that Netscape 6 will only pass one variable (everything after the & is lost). I have checked the source being served to Netscape and it is as follows
Has anyone had this problem?
Code:
<a href='sub_prod.asp?prod_cat=1&prod_name=Nuts+and+Nibbles'>
Has anyone had this problem?