PDA

View Full Version : Reading form object values1



numbenator
12 Aug 2005, 03:56 AM
Hi,

I have a text area defined on my web page however, when i write request.form("comments") to the db, on the first word of the line is written.

Why is this?

I also have a drop down list and radio button that I am not able to identify the value of using the request.form("form object label")

Could someone please help.
Thanks very much.

Steve

DaiWelsh
16 Aug 2005, 03:48 AM
Some code would be necessary to ahve any real chance of helping you I think..firstly the code for the relevant parts of the html form then the code for the relevant handler that tries to write these values to the db.