Select constructor

admin

Administrator
Staff member
Is is possible to create a prototype with a select constructor like:

function insert(CSelect){
var select = new Select

}


And then add the options by calling ...

Option.insert(CSelect)

Cathy :confused:
 
Back
Top