简体   繁体   English

如何将从表单中获取的信息转移到另一个页面?

[英]How can I transfer the information I get from the form to another page?

How can I show the information I got from the place where I entered the title and text on the announcement page?如何显示在公告页面输入标题和文字的地方得到的信息?

repo: https://github.com/qswezy/spa1回购: https://github.com/qswezy/spa1

We have added the form and we want to show it in the announcements我们已经添加了表格,我们想在公告中展示它

Forms usually have target page. Forms 通常有目标页面。 So, this is the page that will receive your submitted data, usually in some type of POST array (if you submitted it as a post.) If this assumes JavaScript, you probably need to run an Express server to do this.因此,这是将接收您提交的数据的页面,通常在某种类型的 POST 数组中(如果您将其作为帖子提交。)如果假设为 JavaScript,您可能需要运行 Express 服务器来执行此操作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 提交表单数据后如何转移到另一页的部分? - how can i transfer to section of another page after submit form data? 如何使用JavaScript从第1页的表单中的值获取另一个页面的值? - How can I get a value from a form in page 1 to another page by using JavaScript? 是否可以在不重新加载页面的情况下将数据从表单传输到块? - Can I transfer data from form to block without page reload? 如何将某些HTML从一个页面转换为另一页面的表单? - How can I get certain HTML from one page into a form onto another? 单击或输入后,如何获取搜索栏中的信息。 然后将其粘贴到另一页上的另一个输入中? - How can I get the Information in search bar on click or Enter. Then paste it to another input on another page? 我可以从其他页面加载表格吗? - Can I load a form from another page? 如何从另一个页面提交包含现有数据的表单? - How can I submit a form from another page with existing data? 我可以将 API 中的信息放到另一个页面吗? - Can I put information from an API to another page? 如何从内部的数据库表列表中传输选定的表 <select></select> 形成另一种形式 <select></select> 形成 - How can I transfer the selected table from a list of database tables inside <select></select> form to another <select></select> form 如何不提交表单就直接在此页面上$ _POST信息? - How can I $_POST information to this page without going to it by submitting a form?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM