[thelist] ASP - Form submision strangeness ...

Scott Dexter sgd@ti3.com
Wed Jul 4 11:51:48 2001
> When i submit the form there (hit skrá button) without adding 
> anything to it the
> value of the title input field is returned as a ', ' and not ''

You have another field named 'title' in there, which turns the submitted
value into a comma delimited list (the browser treats it as an array) ...
make sense?


sgd