Results 1 to 2 of 2

Thread: Copy & Paste text not updated in DB

  1. #1
    Lennart Guest

    Copy & Paste text not updated in DB

    We let users update parts of a profile (e.g. projects) through an interface build with ASPdb.
    And I noticed that when you copy & paste a piece of text (for example from MS Word or Notepad) into the input boxes created by ASPdb, the actual content of the database field is not updated. As if the user left the form field (e.g HTML input box) untouched.

    Is this a known problem? With ASPdb? Or with SQL server we're using?

    Thanks v.m.

    Lennart

  2. #2
    frank kwong Guest

    Copy & Paste text not updated in DB (reply)

    Did a quickie in just cut and paste some text in update mode. No such problem here.

    Add code at the begining of the ASP file and check the values of the input field with the cut and paste. Watch out for Funny characters. Netscape 6 strip a lot of them out....


    Response.write(&#34;F=&#34; & request.form & &#34;<B>&#34
    Response.write(&#34;Q=&#34; & request.quesrystring & &#34;<B>&#34


    FK


    ------------
    Lennart at 5/17/01 7:14:05 PM

    We let users update parts of a profile (e.g. projects) through an interface build with ASPdb.
    And I noticed that when you copy & paste a piece of text (for example from MS Word or Notepad) into the input boxes created by ASPdb, the actual content of the database field is not updated. As if the user left the form field (e.g HTML input box) untouched.

    Is this a known problem? With ASPdb? Or with SQL server we&#39;re using?

    Thanks v.m.

    Lennart

Posting Permissions

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