[Jslib] Re: predefined arguments?

DanielWang5168@aol.com DanielWang5168@aol.com
Wed, 21 Aug 2002 10:59:24 EDT


function test(x) {
   if (typeof(x) == 'undefined') x = 1;
   // blah blah
   // please consult with Javascript documentation found no
   // http://developer.netscape.com
}