:: Forum >>

ComboBox

hi,
i'm very new to Active Widgets. can any one help me, how to create a Combo Box using Active Widgets

regards
arun
arun
Thursday, June 23, 2005
se = new Active.System.HTML;
se.setTag("select");
op1 = new Active.System.HTML;
op1.setTag("option");
op1.setAttribute("value", "valueReturned");
op1.setContent("valueDisplayed");
se.setContent("html", se.element().innerHTML + op1);
document.write(se);
Jim Hunter
Friday, June 24, 2005

This topic is archived.


Back to support forum

Forum search