View Single Post
05-26-2011, 01:33 PM
#2
flc is offline flc
Status: Junior Member
Join date: Mar 2011
Location: Usa
Expertise: Programming,Seo,web Desiging
Software: adobe dreamweaver,webceo,
 
Posts: 66
iTrader: 0 / 0%
 

flc is on a distinguished road

  Old

the argument to function "setOptions(chosen)".. Where from is it getting values? Maybe i missed it.. anyways do not use .length property to add and option i.e (selbox.options[selbox.options.length] = new Option('10 Mbps','225')
instead use (selbox.options[selbox.options] = new Option('10 Mbps','225')