|
9#
楼主 |
发表于 2012-11-6 14:33:24
|
只看该作者
本帖最后由 vivien.yu 于 2012-11-6 14:36 编辑
又试了一遍,仍然出错,还是不知道问题出在哪儿....被这个问题卡好几天了,很困惑....哪位高手碰见过类似问题啊?
---------------------------------------------------------------------------------------------
这是加的关联 函数
web_reg_save_param("TransientKey",
"LB=<input type=hidden id=TransientKey value=",
"RB=/>",
"Search=All",
"ORD=all",
LAST);
---------------------------------------------------------------------------------------
这是多处需要关联的的其中之一:
web_submit_data("index.php",
"Action=http://bbs.xxxxx.com/index.php?p=/settings/analyticstick.json",
"Method=POST",
"RecContentType=text/html",
"Referer=http://bbs.xxxxxxxx.com/",
"Snapshot=t2.inf",
"Mode=HTML",
ITEMDATA,
"Name=TransientKey", "Value={TransientKey}", ENDITEM,
"Name=Path", "Value=", ENDITEM,
LAST);
其中的 "Value={TransientKey}",
----------------------------------------------------------------------------------------------
跑完的结果:还是醒目的红色错误:
vuser_init.c(18): Error -26377: No match found for the requested parameter "TransientKey". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
vuser_init.c(18): web_url("bbs.xxxxx.com") highest severity level was "ERROR", 345401 body bytes, 9035 header bytes, 13 chunking overhead bytes [MsgId: MMSG-26387] |
|