永发信息网

asp.net路径错误?

答案:1  悬赏:30  手机版
解决时间 2021-04-15 17:18
  • 提问者网友:ミ烙印ゝ
  • 2021-04-15 08:26

Response.Write("<form name='paypalsubmit' method='post' action=' https://www.sandbox.paypal.com/cgi-bin/webscr'>");
Response.Write("<input type='hidden' name='cmd' value='_s-xclick'>");
Response.Write("<input type='hidden' name='encrypted' value='" + buttonStr +"'>");
Response.Write("</form>");
Response.Write("<script>");
Response.Write("document.paypalsubmit.submit()");
Response.Write("</script>");

asp.net 的cs文件里这样写跳转本地正常,但传到IIS就找不到路径,难道就只能使用Response.Redirect("");这种方式吗?

最佳答案
  • 五星知识达人网友:话散在刀尖上
  • 2021-04-15 09:40

看不出有什么不对的地方。


Response.Redirect("....");是达不到post的目的的,所以对你没用。


我建议你还是直接在aspx中用html编写而不是由cs来一行一行地Write,只需把这行处理一下即可:


<input type=hidden name=encrypted value=<%=buttonStr %> >

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯