Results 1 to 2 of 2

Thread: Reading form object values1

  1. #1
    Join Date
    Dec 2004
    Posts
    152

    Reading form object values1

    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

  2. #2
    Join Date
    Mar 2004
    Location
    Derby, UK
    Posts
    102
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •