如何使用html和javascript将一个表单数据发送到另一表单

问题描述:

我在html页面(dotnet页面)中添加了一个html项目,在该页面的aspx页面中有一些文本字段,我有一个按钮,当我单击该按钮时,我想发送文本字段数据到html页面.
请帮助我

i have an html project in that i have added on aspx page (dotnet page), i have some text fields in the aspx page in that page i have one button, when i clicked that button i want to send the text field data to html page.
plz help me

您可以使用查询字符串发送小文本: ^ ]
You can send small texts using Query Strings: MSDN: Request.QueryString Collection[^]