lasers
Technical User
- Oct 24, 2007
- 12
I have an html form on an asp page and when the form is submitted, I collect the values from the form in ASP using Request.Form("fieldName"). All of the form values are collected properly in IE, but in FireFox the values all have commas after them. Why would this be?
I have confirmed the following:
1. Each form element is named uniquely on the page (the most common reason for the comma is duplicated form element names).
2. It happens in FireFox only.
any ideas why this might be happening?
I have confirmed the following:
1. Each form element is named uniquely on the page (the most common reason for the comma is duplicated form element names).
2. It happens in FireFox only.
any ideas why this might be happening?