История изменений
Исправление TDrive, (текущая версия) :
var test1 = new Function("x", "this.x2=x; return this.x2 * this.x2");
alert(test1(2)+' '+window.x2);
var test2 = Function("y", "this.y2=y; return this.y2 * this.y2");
alert(test2(3)+' '+window.y2);
Ты про это?
Исправление TDrive, :
[br]var test1 = new Function("x", "this.x2=x; return this.x2 * this.x2");[br]alert(test1(2)+' '+window.x2);[br][br]var test2 = Function("y", "this.y2=y; return this.y2 * this.y2");[br]alert(test2(3)+' '+window.y2);[br]
Ты про это?
Исходная версия TDrive, :
[code]
var test1 = new Function(«x», «this.x2=x; return this.x2 * this.x2»);
alert(test1(2)+' '+window.x2);
var test2 = Function(«y», «this.y2=y; return this.y2 * this.y2»);
alert(test2(3)+' '+window.y2);
[/code]
Ты про это?