saintsservers
11-06-2008, 01:14 PM
I'm looking to run some DekiScript on a selected value from a dropdown. Eventually, I want to list some content based off of the value, but for the moment I'm trying to merely display the selected value. What is wrong with the below?
I don't quite understand the concept of publishing/channels:
foreach(var p in wiki.getsearch('tag:Company', '500', _, ''))
{
let dropdown ..= [ p.title ];
}
var dropdown = list.sort(dropdown, '');
dhtml.dropdown(dropdown,[ ], "company");
dhtml.span("company","");
Regards,
Lewis
I don't quite understand the concept of publishing/channels:
foreach(var p in wiki.getsearch('tag:Company', '500', _, ''))
{
let dropdown ..= [ p.title ];
}
var dropdown = list.sort(dropdown, '');
dhtml.dropdown(dropdown,[ ], "company");
dhtml.span("company","");
Regards,
Lewis