标签:使用 oca text location ext 方法 跳转 cti element
function submit() {
var textValue = document.getElementById("id").value; //这里的id是文本输入框的id
//使用下面的方法进行页面跳转,页面跳转的时候可以带参数,所以就可以提交数据
window.location.href="result.jsp?text="+textValue;
标签:使用 oca text location ext 方法 跳转 cti element
原文地址:http://www.cnblogs.com/lyaml/p/7654475.html