|
发表于 2010-3-30 07:55:15
|
显示全部楼层
本帖最后由 superkan 于 2010-3-30 07:56 编辑
简洁容易看,谢谢
$oHTTP = ObjCreate("microsoft.xmlhttp")
$oHTTP.Open("post","http://www1.thmz.com/2008/beautiful/tpsubmit.asp",false)
$oHTTP.setRequestHeader("Cache-Control", "no-cache")
$oHTTP.setRequestHeader("Content-Type","application/x-www-form-urlencoded")
$oHTTP.setRequestHeader("Referer","http://www1.thmz.com/2008/beautiful/index.asp?page=7")
$oHTTP.Send("UserName=****&UserPass=****&CookieDate=30&tid=14") |
|