You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
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