请问:在一个文本框中的数值,怎么传到另一个页面上,不用POST
要把文本框的值通过下面的button传到messagesend.php中去,因为都在同一个form下,提交整个表单进入另一个文件中,所以不能用$_POST传,怎么办?
——解决方案——————–
——解决方案——————–
[个人意见,仅供参考]
<script language= “javascript “>
function ToOtherLocation(){
window.location.href = “messagesend.php?skeyword= “+documen@本文9来源gao($daima.com搞@代@#码8网^搞代gaodaima码t.getElementById( 'sa ').value;
}
</script>
——解决方案——————–
form.action= 'messagesend.php ';
form.submit();