function getTest()
{
var xmlhttp;
var elt = document.getElementById("selectSub");
var text = elt.options[elt.selectedIndex].text;
sid=document.getElementById("selectSub").value;
window.location.href="addquestion.php?cid="+sid;
}
<!--modal display -->
<select autofocus name="selectSub" id="selectSub" class="form-control"
onchange="getTest();">
选择名为onchange()的主题函数。但是发生了什么事
模态打开我选择主题和网址改变主题ID和模态
闭嘴我希望它仍然打开,即使url被更改后。请
救命。