I\'m trying to make a form which checks if a certain option is selected from a \"select\" tag. Here is my current HTML:
function yesnoCheck(that) { if (that.value == "other") { document.getElementById("ifYes").style.display = "block"; }elseif (that.value == "lada") { } else { document.getElementById("ifYes").style.display = "none"; } } Valitse automerkkisi Lada Mosse Volga Vartburg Muu Muu, mikä? 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
function yesnoCheck(that) { if (that.value == "other") { document.getElementById("ifYes").style.display = "block"; }elseif (that.value == "lada") { } else { document.getElementById("ifYes").style.display = "none"; } }
Valitse automerkkisi Lada Mosse Volga Vartburg Muu Muu, mikä?