- 注册
- 2002-10-07
- 消息
- 402,224
- 荣誉分数
- 76
- 声望点数
- 0
Hi there,
When I go to registration form there is an error message window comes up:
Line:905
Error:'document.forms.o avatarsel selected Index' is null or not an object.
and I click Yes the following code is highlighted:
document.images.avatarpic.src = document.forms[0].avatarsel[document.forms[0].avatarsel.selectedIndex].value;
Let me know if it's fixed.
When I go to registration form there is an error message window comes up:
Line:905
Error:'document.forms.o avatarsel selected Index' is null or not an object.
and I click Yes the following code is highlighted:
document.images.avatarpic.src = document.forms[0].avatarsel[document.forms[0].avatarsel.selectedIndex].value;
Let me know if it's fixed.