Hi Nipper,Thx for the info, I will keep this in mind, but in my case I'm only bringing back a subset of a DCR.I think I may have a lead on my problem:Here's the embedded html that get return to the initial callserver(see attachment)I'm returning 1 variable called the_string.Could it be that I've exceed javascript variable limits, can I use different variable type instead(object)?See attachment
Could it be that I've exceed javascript variable limits, can I use different variable type instead(object)?
No, it could not be. JS String size is implementation dependent, for IE it's somewhere near 230.You do have JS Syntax errors though due to incorrect Line breaking. Btw, you would have recognized that immediately if you simplytried to open up the File with your Browser. That said, you can sure use anything you want, JS Objects including. It's your code