Results 1 to 5 of 5

Thread: IE data loss in textarea input bug???

  1. #1
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IE data loss in textarea input bug???

    this one is driving me nuts and very strange.

    I have an ASP form that works fine, several of them actually, until someone at the clients location tries to submit a large amount of text via a text area input using IE.

    Then the input text is cut off at about 1700 characters. This will then happen for everyone using that form to input text using IE. The form still works fine using Firefox.

    so I conclude. the database is ok, data field is memo, and is working fine, my asp code is ok. the problem must be with IE. and localized to that form after use by clients using it.

    other forms on the same site using the exact same code still work fine using IE and don't cut off the text after 1700 characters. only that one text area input on that one form does this until someone else at the clients location tries to submit longer amount of text. then again everyone anywhere using IE can't submit more than that amount of text in that form as well. It still goes into the database and anywhere else I want to display it, but it is cut short at submit by IE.

    at first I thought it had to do with copying and pasting from Word, hidden characters and formatting going in. this is a known bug. but how would that effect others afterwards using the form to submit text? and why would doing that work for me until someone else did it? and how would what they did tell IE to always do it from then on to other users? something on the server end must be getting configured to notify IE when other users access the form to cut off the data at that point.

    I have the ITmgr at the customer's location looking into it too.
    they are using pretty much the same software as me. Word XP, Windows XP, IE 6 or 7

    Please Help. this whole huge project is built on providing users on the client end the ability to update data on their web site via these forms. and it works perfectly until they use it!

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    It is better if you provide a link to your page or your HTML code

  3. #3
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    its password protected admin section

    I'll set one up in the public area and post a link

  4. #4
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.delawarerecycles.com/testbed/RFB_admin.asp

    please use the top entry to try adding more text to the description field (click the edit icon).

    or add new ones.

    the other 2 have correct data and altho the site is not public yet. I don't want to have to re enter all the data. :-)

    thx
    Last edited by srfrantz; 01-18-2008 at 12:09 PM. Reason: typo

  5. #5
    Join Date
    Jan 2008
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default anx

    Hi,

    Remove this tag response.expire from your script! if it doznt work then there are more tricks to do that and thats are
    1. Validating data through Javascripts it wont send data until its fine!
    2. Use <input value="<%= Request.QueryString("yourfield") %>"> If you processing form and application on same page.

    Imran
    www.bluemobiles.com

Bookmarks

Posting Permissions

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