JavaScript error message: * is not a constructor
Author
Zhou Renjian
Create@
2006-03-14 02:22
* stands for variable name.
The message says that the given variable is not defined or is null. Try to check the codes where * is defined.