Passing Arguments to a JavaScript Function
Firefox 1.5 returns "Warning: deprecated arguments usage" Solution: "var argv = arguments;" Reference: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Functions:arguments "The arguments object is a local variable available within all functions; arguments as a property of Function can no longer be used."
1 Comments:
Thanks.
Post a Comment
<< Home