Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个 html 表单,其中包含用户输入值,即演示的模块 ID、所需的掩码尺寸以及应加载演示的环境。然后点击提交,会弹出一个新页面,并在链接的其余部分填写所需的信息。
我希望这是有道理的,如果没有,我可以尝试解释更多。
尝试编写一个动态网页,其中 HTML 中的链接是根据前一页表单中提供的信息在服务器端构建的。一些流行的动态网页语言是 JSP、ASP 和 PHP。请注意,动态网页必须托管在 Web 服务器上。