erichhuang 发表于 2009-4-7 11:09:58

请问如何获取录制的脚本中URL中的某个字段的值?

这是脚本中的2段,现在想求助的是,如何获取第一段URL中的activeid的值(红色字部分),然后把这个值填充到第二段的activeid中(蓝色部分)

web_url("page_autopage_pop.asp_2",

        "URL=http://localhost/test/page/page_autopage_pop.asp?bitsChild=true&pageid=1610712&activeid=720",
        "Resource=0",
        "RecContentType=text/html",
        "Referer=http://localhost/test/page/page_parentchildelevator.asp?",
        "Snapshot=t129.inf",
        "Mode=HTML",
        EXTRARES,
        "Url=../images/tab_r1.gif", "Referer=http://localhost/ttpass/page/page_parentchildelevator.asp?", ENDITEM,
        LAST);



web_submit_data("page_autopage_pop.asp_3",
        "Action=http://localhost/test/page/page_autopage_pop.asp?bitsChild=true&pageid=1610712&activeid=720",
        "Method=POST",
        "RecContentType=text/html",
        "Referer=http://localhost/test/page/page_autopage_pop.asp?",
        "Snapshot=t130.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=bitsMTact1", "Value=addnew", ENDITEM,
        "Name=bitsMTstr1", "Value=", ENDITEM,
        LAST);

erichhuang 发表于 2009-4-7 11:40:02

自己顶下,在线等~~~

云层 发表于 2009-4-7 12:36:18

关联

erichhuang 发表于 2009-4-7 14:51:56

ok,已用手工关联搞定~谢谢
页: [1]
查看完整版本: 请问如何获取录制的脚本中URL中的某个字段的值?