2 thoughts on “Length Limit on JavaScript paramenetrs”

  1. hey, i also came across the same situation today…
    can you tell me how did you get around that problem
    one solution comes to mind is split the text and send two parameters
    but i m hoping there is a better way

    so please do let me know if there is a better solution
    (you can send the reply to my email if you can.. Please)
    Thanks

  2. There are 2 options in thins case – either already save javascript result for those long params on resulting page implicitly instead of passing them and use them when needed from those hidden fields or use ajax for processing those long params (there are multiple options in this case).

Leave a Reply

Your email address will not be published. Required fields are marked *