javascript重定向页面并用post方法传递消息

javascript 方法 传递 编程技术
发布日期 2023-01-02 更新日期 2023-01-15 阅读次数 114 文章字数 516

javascript中重定向页面得方法很多,同时能传递消息的也不少;但可用post方法传递的我只找到两种;

第一种方法:用document.write
在 JavaScript函数中,用document.write("<input type="hidden" …… >");在页面上输出几个hidden,name为要传递的参数名,value为要传递参数的值,最后 用"document.formname.submit”进行提交,formname为hidden所在的form名称

第二种方法:在表单中用hidden
在要提交的显示表单中,如:
<form name="myform">
    <input type="text" name="text1" size=10>
     <%--省略--%>
    <input type="text" name="textn" size=10>
    <input type="hidden" name="hidden1">
    <%--省略--%>
    <input type="hidden" name="hidden1">
    <input type="submit" value="确定">
</form>


文章作者: 朱丰华

文章链接: https://smart.52dixiaowo.com/blog/post-298.html

版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。

javascript 方法 传递

发表评论

相关推荐
朱丰华   |   1年前   |   checkbox

checkbox默认传值问题

389    评论    点赞
朱丰华   |   1年前   |   页面 · 监听

iframe子父页面信息传递与监听

375    评论    点赞
朱丰华   |   1年前   |   javascript

通过Javascript获得页面元素的字体大小

135    评论    点赞
朱丰华   |   1年前   |   请求 · 一个

ab测压命令,apache测压工具

172    评论    点赞
朱丰华   |   1年前   |   参数 · 命令

golang获取命令行参数方法总结

88    评论    点赞
朱丰华   |   1年前   |   变量 · mysql · sql · 用户

MySQL用户自定义变量

94    评论    点赞
朱丰华   |   1年前   |   sql · php

PHP如何使用PDO批量执行SQL?

114    评论    点赞
朱丰华   |   1年前   |   linux · 文件 · 行数

linux 取得文件行数

49    评论    点赞
朱丰华   |   1年前   |   html · <

html浏览器当前tab标签切换时触发监听

105    评论    点赞
朱丰华   |   1年前   |   javascript · 滚动 · html

Javascript 显示当前滚动条滚动的百分比

73    评论    点赞
朱丰华   |   1年前   |   文件 · linux · 修改

linux文件的三个时间atime,mtime,ctime分别表示什么?

274    评论    点赞
朱丰华   |   1年前   |   linux · 文件

linux递归统计文件夹大小、du命令_Linux du命令:查看文件夹和文件的磁盘占用情况

193    评论    点赞
朱丰华   |   1年前   |   php

windows下编写、编译php扩展

157    评论    点赞
朱丰华   |   1年前   |   js · vue · 监听

js vue监听,深度监听

113    评论    点赞
朱丰华   |   1年前   |   php · 混淆 · obfuscate · git

yakpro-po混淆php代码

105    评论    点赞
朱丰华   |   1年前   |   php

php扩展编译nts的方法

85    评论    点赞
朱丰华   |   1年前   |   centos

centos安装golang

92    评论    点赞
朱丰华   |   1年前   |   javascript · js · obfuscator · 混淆

javascript-obfuscator混淆js文件

51    评论    点赞
朱丰华   |   1年前   |   js · 模块 · nodejs

nodejs引入自定义模块

47    评论    点赞
朱丰华   |   1年前   |   python

python怎么引入自定义的子目录、父目录文件?

64    评论    点赞
{{item.author_name}}   |   {{new Date(item.date*1000).log()}}   |   {{it}} ·

{{item.title}}

{{item.uv}}    评论    点赞