function ddlSiteChg(o)
{
// 清空 ddlArea 中全部Option
while (document.all("ddlArea").options.length>0)
{
document.all("ddlArea").options.remove(0);
}
// Fill options
if(o.value=="OB")
{
document.all("ddlArea").options.add(new Option("OBIEB","OBIEB"));
}
else
{
document.all("ddlArea").options.add(new Option("FAB8NWM","FAB8NWM"));
document.all("ddlArea").options.add(new Option("FAB8NMFG","FAB8NMFG"));
document.all("ddlArea").options.add(new Option("FAB8NFOC","FAB8NFOC"));
}
}
{
// 清空 ddlArea 中全部Option
while (document.all("ddlArea").options.length>0)
{
document.all("ddlArea").options.remove(0);
}
// Fill options
if(o.value=="OB")
{
document.all("ddlArea").options.add(new Option("OBIEB","OBIEB"));
}
else
{
document.all("ddlArea").options.add(new Option("FAB8NWM","FAB8NWM"));
document.all("ddlArea").options.add(new Option("FAB8NMFG","FAB8NMFG"));
document.all("ddlArea").options.add(new Option("FAB8NFOC","FAB8NFOC"));
}
}
浙公网安备 33010602011771号