In VbScript, when you have a method, you do
..Method A, B, C, D. If you would take some default values, you do
..Method A,,,D
My question is that how you can do this in JavaScript
..Method(???)
Thanks.
Derek
..Method A, B, C, D. If you would take some default values, you do
..Method A,,,D
My question is that how you can do this in JavaScript
..Method(???)
Thanks.
Derek
Comment