public void winopenpay(Object Src, EventArgs E)
   {
    Response.Write("<form id=\"form2\" name=\"form2\" method=\"post\" action=\"pay.aspx\" target=\"_blank\" >");
    Response.Write("<input type=\"hidden\" name=\"money\" value=\""+money.Text.ToString()+"\" />");
    Response.Write("</form>");

Response.Write("<script language=\"JavaScript\" type=\"text/javascript\">");
    Response.Write(" document.form2.submit(); ");
    Response.Write("</"+"script>");
   }
   
然后弹出
   支付宝的出错页面
调试错误,请回到请求来源地,重新发起请求。
 
错误代码ILLEGAL_ARGUMENT
说明:如果您不是因为本接口集成调试而看见该错误提醒,请联系本次请求来源网站,本错误属于网站集成接口的错误。