100分求助一asp语句

来源:百度知道 编辑:UC知道 时间:2024/06/15 08:43:06
请帮忙把如下语句改为用response.write 输出。
<form name="frm">
<input type="text" name="page">
<input type="button" onclick="javascript:location.href='/rsx168/prod1.asp?page='+frm.page.value">
</form>

ms = "<form name=\"frm\">\r\n";
ms += "<input type=\"text\" name=\"page\">\r\n";
ms += "<input type=\"button\" onclick=\"javascript:location.href='/rsx168/prod1.asp?page='+frm.page.value\">\r\n";
Response.Write(ms.ToString());
Response.Flush();

不是很明白你的意思 ,
是把这个语句用response.write输出
还是把传递的结果进行输出?
HI聊

分成两个页面。一个提交一个write

提供有偿编程,如需可百度HI我。