JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Named parameters call a JScript function or method, and one of the named parameter names is empty or null. This is not allowed since all parameters have non-null names.

NoteNote

Named parameters cannot be used when calling functions and methods using JScript. However, JScript functions and methods can be called from other languages (such as Visual Basic) that support named parameters. For more information, see Argument Passing by Position and by Name.

To correct this error

  • Provide a parameter name for each named parameter name.

See Also

Concepts

Troubleshooting Your Scripts

Other Resources

JScript Reference



JavaScript Editor Ajax toolkit     Ajax website


©