|
我用JS来跳转页面: <input type="submit" name="Search_Button" value="开始搜索" onclick="Sea_Button()" style="font-size:13px;height:22px;" />
js代码:
function Del_Button()
{
document.form1.action = "http://localhost/codei/index.php/company/companymanagedel"
document.form1.submit();
}
提示:Disallowed Key Characters。
产生问题很奇怪,跳转时提示错误,但我把跳转后的页面地址在新一窗口打开,正常。。。这问题有点无厘头。。。 |
|