Is there a handwriting character recognition to text script for javascript?
How can I get windows xp to turn on Javascript?
How do I get word to not be defaulted to uppercase letters?
How do you change the default color palette in Powerpoint?
What are the ramifications of defaulting on a credit card?
What is the javascript adding date?
Why is Windows XP not playing Windows default sounds?
computer software
Question by mymimikitty (15)
I need the default parameter for javascript.
Answer by Sting1 (686)
To set a default parameter: function Foo(param1, param2) { if(param2 == null) param2 = "default" } or function Foo(param1, param2) { param2 = param2 || "default" }
Security code is wrong! Please try again!