我试图将内容更改为另一个页面内容,例如文本框中包含文本框中的先前信息。像编辑一样。
我无法添加我想要的参数
Response.Write("<a href=" & "javascript:ajaxpage('edit.aspx?jobID=" & row("jobID") & "'&time=" & row1("time") & "&status=" & row1("timeStatus") & "&action=" & row1("actionDone") & "&report=R,'add');" & ">ActionDone</a>" & row1("actionDone"))
它有些不起作用,但它适用于此:
Response.Write("<a href=" & "javascript:ajaxpage('getData.aspx','add');" & ">ActionDone</a>")