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.
|
- <%@ language=vbscript codepage="65001" %>
- <%
- Response.Charset = "UTF-8"
-
- c_openid="oCVcbv7KuCup-yFON07plMg4IQAU"
- response.cookies("m_openid") = c_openid
-
- response.redirect "/my_order.html"
- %>
|