Can you gist.github.com an example ASP file that I can run? I have no idea how to test this stuff currently.
— Thomas Aylott / SubtleGradient.com (from iPhone 4) On Oct 20, 2010, at 8:50 AM, mrntdung <[email protected]> wrote: > I used "version 1.3" as JS framework with ASP classic based JSCRIPT > language and I got error instead of using "1.2.5" > > //We can not use: > > (function(){ > this.something = ... > })() > > //But we can use: > > var thing = function(){ > this.something = .... > } > > the error is: > "this" can not be used in function without a specific variable > > and mootools version 1.3 almost based on (function(){.......})()
