This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / Javascript question, any highhand?
-holdon(again);
2006-1-24
{1246}
(#2742437@0)
-
This property's value equals the current vertical offset of the content within the scrollable range
it doesnot matter with "dynamically scroll down a select dropdown box "
-zyx255(zyx255);
2006-1-24
(#2742459@0)
-
what I want is to change the "current vertical offset of the content within the scrollable range" by javascript.
-holdon(again);
2006-1-24
(#2742509@0)
-
try document.frmWin1.s2.selectedIndex = an offset value, then document.frmWin1.s2.selectedIndex = -1, but you need to keep previousselectedIndex in a hidden field.
-ningxin0809(雁影行洲);
2006-1-24
(#2742529@0)
-
Thank you very much, your post helped me to find a solution, partly :-(.
-holdon(again);
2006-1-24
{1828}
(#2742670@0)
-
oh, it's easy than I thought acturally: obj= FIND('s2'); idx= obj.selectedIndex; obj.options[idx].selected=true;
-holdon(again);
2006-1-24
(#2742898@0)
-
highhand这个词有吗?英文高手指教一下英文高手怎么讲
-akoei(停车**枫林晚);
2006-1-26
(#2746384@0)
-
guru
-diao_david(Big Fish);
2006-1-26
(#2746394@0)