You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
197 B

  1. <%@ language=vbscript codepage="65001" %>
  2. <%
  3. Response.Charset = "UTF-8"
  4. c_openid="oCVcbv7KuCup-yFON07plMg4IQAU"
  5. response.cookies("m_openid") = c_openid
  6. response.redirect "/my_order.html"
  7. %>