normal select: - please select your options - option1 option2 option3 option4 option5
simulate select: - please select your options - 1option1 1option2 1option3 1option4 1option5
scroll simulate select: - please select your options - 2option1 2option2 2option3 2option4 2option6 2option7 2option8 2option9 2option10 2option11 2option12 2option13 2option14
onchange handler fire: - please select your options - 3option1 3option2 3option3 3option4 3option5
//------------------------------------------------------------- // @ Module: simulate select control, IE only. // @ Debug in: IE 6.0 // @ Script by: blueDestiny, never-online // @ Updated: 2006-3-22 // @ Version: 1.0 apha // @ Email: blueDestiny [at] 126.com // @ Website: http://www.never-online.net // @ Please Hold this item please. // // API // @ class: simulateSelect() // // @ object.style(ctlStyle[,selStyle][,unselStyle]) // ctlStyle: main control combox css class name // selStyle: when mouseover or option focus css class name // unselStyle: options blur's css class name // // @ object.width=(widthPX) // widthPX must be a digit number. // // @ object.height=(heightPX) // heightPX must be a digit number. // // @ object.getValue(ctlSelID) // ctlSelID is the unique select control ID // // -------------- for the next Version ---------- // @ object.readOnly = (blnReadOnly) // blnReadOnly must be a boolean type or a number type. // @ object.addEvent(w, h) // w: fire handler's event. // h: handler function. //-------------------------------------------------------------