>
On 16/02/11 7:48 AM, Edmond Begumisa wrote:
> ...
> var c = "var x = JSON.Parse('valfromuser'); // Trusted" +
> "var y = JSON.Parse('valfromuser'); // Trusted" +
> "var z = x + y; // Trusted";
> eval(c);
>
The bug that remains here is rather amusing in the context of the
conversation. Is it intentional?
--Toby
> - Edmond -
>