由于开发的需要特此写的 刷ean13 移动光标 [color="#000000"] function Total(){ var s1=""; var j=0; //total.innerText = s+parseInt(document.orderform.amount1.value) *parseInt(document.orderform.amount2.value)+s2; [color="#000000"] if(document.orderform.amount2.value=='')return false ; if(document.orderform.tos.value=='NaN') document.orderform.tos.value=0; for(var i=0;i " } total.innerH...
我这里有数组如:singers= new Array('周杰伦','蔡依林','刀郎郎','梁咏琪','S.H.E','林俊杰','梁静茹','刘德华','刘德华','刘德华','刘德华','刘德华','刘德华','刘德华','刘德华','刘德华'); 一个16个元素。我想用一个脚本调用这个js数组,将他循环显示出来,而且我想用一个4行4列的表格显示这些数据,我用for循环的时候这个4列的tr怎么用才能用for判断 显示出来呢,就是在固定的tr里显示多少数据,否则自动换列,,请各位给我个...
我的页面里有两个数组, 一个name为'a[]',另一个name 为'b[]', 我在在firfox里用getElementsByName可以得到这个数组,但在IE里好像这不行,请问各位有没有什么好办法? :em02:
效果如 http://www.dolaball.com/wwwroot/test.aspx 所示 右侧的picture.gif图片不能随滚动条一起移动, 但是可以实现拖拽, 怎么实现随滚动条移动的功能呢, 谢谢? 是仿 http://www.77169.com/texiao/windows/08c.htm 写的, 但就是不能实现 [ 本帖最后由 HonestQiao 于 2006-6-29 11:59 编辑 ]