从表单中选择选项

时间:2016-04-17 19:49:13

标签: javascript iframe frames

我正在使用iframe开展项目。我遇到的最后一个问题是尝试访问下拉菜单的值。现在我通常知道要访问我将使用此代码的值:

var e = document.getElementById("ddlViewBy");
var strUser = e.options[e.selectedIndex].value;

我的问题是因为我必须从我认为可以使用的表单中访问它:

var e = path.type.value;
dropChoice = e.options[e.selectedIndex].value;

然而它不起作用。有什么建议吗?

1 个答案:

答案 0 :(得分:0)

我以为我之前尝试过这个,但我猜不会因为它现在有用了。

sum_variable = 0
sum_variable += c+d if a>b else c+f