51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 15378|回复: 48
打印 上一主题 下一主题

[求助] LR关联问题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2010-9-15 14:49:47 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我的脚本是这样的:
//关联函数
web_reg_save_param("jsessionid",
                   "LB=jsessionid=",
                   "RB=",
                   "Search=body",
                   LAST
    );

web_url("viewProject.action",
  "URL=http://192.168.0.152:8083/fwtx/examinProject/viewProject.action",
  "TargetFrame=",
  "Resource=0",
  "RecContentType=text/html",
  "Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid={jsessionid}",
  "Snapshot=t3.inf",
  "Mode=HTML",
  LAST);

我想用jsession这个参数关联,可是回放脚本的时候总是报错:

Action.c(42): Error -26377: No match found for the requested parameter "jsessionid". 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]

是我的关联函数位置写错了吗?还是别的原因呢?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2010-9-15 15:15:59 | 只看该作者
大家帮我看看,我设置了自动关联也不管用啊
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2010-9-15 15:36:03 | 只看该作者
Action()
{


        web_url("index.action",
                "URL=http://192.168.0.152:8083/fwtx/index.action",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=img/btn.jpg", ENDITEM,
                LAST);




        web_submit_data("login.action",
                "Action=http://192.168.0.152:8083/fwtx/login.action",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/index.action",
                "Snapshot=t2.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=username", "Value=aa", ENDITEM,
                "Name=password", "Value=aa", ENDITEM,
                EXTRARES,
                "Url=img/main_bottom.gif", "Referer=http://192.168.0.152:8083/fwtx/main.action", ENDITEM,
                "Url=img/main_bg.jpg", "Referer=http://192.168.0.152:8083/fwtx/main.action", ENDITEM,
                "Url=img/menu_bg.gif", "Referer=http://192.168.0.152:8083/fwtx/menu.action", ENDITEM,
                LAST);

        web_url("viewProject.action",
                "URL=http://192.168.0.152:8083/fwtx/examinProject/viewProject.action",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid=jsessionid",
                "Snapshot=t3.inf",
                "Mode=HTML",
                LAST);

web_reg_save_param("jsessionid",
                   "LB=jsessionid=",
                   "RB=",
                   "Search=body",
                   LAST
    );


        web_url("sSaveReport.jsp",
                "URL=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&enterpriseId=402880182b0f4d49012b0f905aab002d&periodId=00000000000000000000000000000001&orderId=1&backaction=/fwtx/examinProject/viewProject.action&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid=jsessionid",
                "Snapshot=t4.inf",
                "Mode=HTML",
                LAST);

        web_submit_data("reportServlet",
                "Action=http://192.168.0.152:8083/fwtx/reportServlet?action=11",
                "Method=POST",
                "TargetFrame=_self",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&enterpriseId=402880182b0f4d49012b0f905aab002d&periodId=00000000000000000000000000000001&orderId=1&backaction=/fwtx/examinProject/viewProject.action&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001",
                "Snapshot=t5.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=fileName", "Value=platform.raq", ENDITEM,
                "Name=srcType", "Value=file", ENDITEM,
                "Name=cachedId", "Value=A_6", ENDITEM,
                "Name=pageUrl", "Value=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&orderId=1&enterpriseId=402880182b0f4d49012b0f905aab002d&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&periodId=00000000000000000000000000000001&backaction=%2Ffwtx%2FexaminProject%2FviewProject.action&reportParamsId=100004", ENDITEM,
                "Name=backAndRefresh", "Value=yes", ENDITEM,
                "Name=promptAfterSave", "Value=yes", ENDITEM,
                "Name=saveDataByListener", "Value=no", ENDITEM,
                "Name=inputExceptionPage", "Value=/myError.jsp", ENDITEM,
                "Name=keyRepeatError", "Value=no", ENDITEM,
                "Name=data", "Value=A5=\"rweqrwerwe\";B5=\"rwerqwerwe\";C5=\"324423.00\";D5=\"423.00\";E5=\"432.00\";F5=\"432.00\";G5=\"432.00\";H5=\"432.00\";B6=\"\"", ENDITEM,
                "Name=params", "Value==;periodId=00000000000000000000000000000001;enterpriseId=402880182b0f4d49012b0f905aab002d;Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001;raq=platform.raq;projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001;backaction=/fwtx/examinProject/viewProject.action;orderId=1", ENDITEM,
                LAST);

        web_url("sSaveReport.jsp_2",
                "URL=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&orderId=1&enterpriseId=402880182b0f4d49012b0f905aab002d&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&periodId=00000000000000000000000000000001&backaction=%2Ffwtx%2FexaminProject%2FviewProject.action&reportParamsId=100004&t_i_m_e=1284529479749",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid=jsessionid",
                "Snapshot=t6.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
全部脚本,急!!!谁能帮我看看?
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2010-9-15 16:01:53 | 只看该作者
web_reg_save_param("jsessionid",
                   "LB=jsessionid=",
                   "RB=",
                   "Search=body",
                   LAST
    );

这句是不是应该再放前面一点,应该要在能返回jsessionid的页面请求之前写这句
回复 支持 反对

使用道具 举报

该用户从未签到

5#
 楼主| 发表于 2010-9-15 16:10:43 | 只看该作者
怎么确定那个页面返回jsessionid呢?我放在最前面也不行啊
回复 支持 反对

使用道具 举报

该用户从未签到

6#
 楼主| 发表于 2010-9-16 09:30:54 | 只看该作者
昨天调了一天,还是没有成功,帮我看看吧,高手们,我的全部脚本:
Action()
{
        web_set_max_html_param_len("3072");
        web_reg_save_param("sessionid",
                "LB/ALNUMIC=jsessionid value=",
                "RB/BIN/DIG=",
                "Ord=1",
                "Search=All",
                "RelFrameId=1",
                "IgnoreRedirections=Yes",
                LAST);


lr_message("%s",lr_eval_string("{jsessionid}"));

        web_url("index.action",
                "URL=http://192.168.0.152:8083/fwtx/index.action",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=img/btn.jpg", ENDITEM,
                LAST);


lr_message("11111111111111111111111111111111111111111111111");
       



        web_submit_data("login.action",
                "Action=http://192.168.0.152:8083/fwtx/login.action",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/index.action",
                "Snapshot=t2.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=username", "Value=aa", ENDITEM,
                "Name=password", "Value=aa", ENDITEM,
                EXTRARES,
                "URL=img/main_bottom.gif", "Referer=http://192.168.0.152:8083/fwtx/main.action", ENDITEM,
                "URL=img/main_bg.jpg", "Referer=http://192.168.0.152:8083/fwtx/main.action", ENDITEM,
                "URL=img/menu_bg.gif", "Referer=http://192.168.0.152:8083/fwtx/menu.action", ENDITEM,
                LAST);

        web_url("viewProject.action",
                "URL=http://192.168.0.152:8083/fwtx/examinProject/viewProject.action",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid={sessionid}",
                "Snapshot=t3.inf",
                "Mode=HTML",
                LAST);

        web_url("sSaveReport.jsp",
                "URL=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&enterpriseId=402880182b0f4d49012b0f905aab002d&periodId=00000000000000000000000000000001&orderId=1&backaction=/fwtx/examinProject/viewProject.action&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid={sessionid}",
                "Snapshot=t4.inf",
                "Mode=HTML",
                LAST);

        web_submit_data("reportServlet",
                "Action=http://192.168.0.152:8083/fwtx/reportServlet?action=11",
                "Method=POST",
                "TargetFrame=_self",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&enterpriseId=402880182b0f4d49012b0f905aab002d&periodId=00000000000000000000000000000001&orderId=1&backaction=/fwtx/examinProject/viewProject.action&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001",
                "Snapshot=t5.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=fileName", "Value=platform.raq", ENDITEM,
                "Name=srcType", "Value=file", ENDITEM,
                "Name=cachedId", "Value=A_48", ENDITEM,
                "Name=pageUrl", "Value=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&orderId=1&enterpriseId=402880182b0f4d49012b0f905aab002d&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&periodId=00000000000000000000000000000001&backaction=%2Ffwtx%2FexaminProject%2FviewProject.action&reportParamsId=100030", ENDITEM,
                "Name=backAndRefresh", "Value=yes", ENDITEM,
                "Name=promptAfterSave", "Value=yes", ENDITEM,
                "Name=saveDataByListener", "Value=no", ENDITEM,
                "Name=inputExceptionPage", "Value=/myError.jsp", ENDITEM,
                "Name=keyRepeatError", "Value=no", ENDITEM,
                "Name=data", "Value=A5=\"rweqrwerwe\";B5=\"rwerqwerwe\";C5=\"324423.00\";D5=\"423.00\";E5=\"432.00\";F5=\"432.00\";G5=\"432.00\";H5=\"432.00\";B6=\"\"", ENDITEM,
                "Name=params", "Value==;periodId=00000000000000000000000000000001;enterpriseId=402880182b0f4d49012b0f905aab002d;Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001;raq=platform.raq;projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001;backaction=/fwtx/examinProject/viewProject.action;orderId=1", ENDITEM,
                LAST);

        web_url("sSaveReport.jsp_2",
                "URL=http://192.168.0.152:8083/fwtx/sSaveReport.jsp?raq=platform.raq&orderId=1&enterpriseId=402880182b0f4d49012b0f905aab002d&Id=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&projectId=402880182b0f4d49012b0f905aab002d00000000000000000000000000000001&periodId=00000000000000000000000000000001&backaction=%2Ffwtx%2FexaminProject%2FviewProject.action&reportParamsId=100030&t_i_m_e=1284597750061",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid={sessionid}",
                "Snapshot=t6.inf",
                "Mode=HTML",
                LAST);

return 0;
}
回复 支持 反对

使用道具 举报

该用户从未签到

7#
 楼主| 发表于 2010-9-16 09:31:27 | 只看该作者
总是报错:
Action.c(16): Error -26377: No match found for the requested parameter "sessionid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 3072 bytes, use web_set_max_html_param_len to increase the parameter size          [MsgId: MERR-26377]
Action.c(16): Notify: Saving Parameter "sessionid = "
Action.c(16): web_url("index.action") highest severity level was "ERROR", 33187 body bytes, 1787 header bytes, 95 chunking overhead bytes          [MsgId: MMSG-26387]
回复 支持 反对

使用道具 举报

该用户从未签到

8#
 楼主| 发表于 2010-9-16 09:32:07 | 只看该作者
我想请问下左边界和右边界应该怎么写呢?有什么规则呢?
回复 支持 反对

使用道具 举报

该用户从未签到

9#
 楼主| 发表于 2010-9-16 09:33:14 | 只看该作者
急,在线等,辛苦了。
回复 支持 反对

使用道具 举报

该用户从未签到

10#
发表于 2010-9-16 09:42:58 | 只看该作者
web_url("viewProject.action",
  "URL=http://192.168.0.152:8083/fwtx/examinProject/viewProject.action",

把这个请求的body也发上来
回复 支持 反对

使用道具 举报

该用户从未签到

11#
发表于 2010-9-16 09:49:43 | 只看该作者
人呢,不是说在线等吗。。。。
回复 支持 反对

使用道具 举报

该用户从未签到

12#
 楼主| 发表于 2010-9-16 09:58:48 | 只看该作者
在呢,body???代码?
回复 支持 反对

使用道具 举报

该用户从未签到

13#
 楼主| 发表于 2010-9-16 10:01:09 | 只看该作者

http://192.168.0.152:8083/fwtx/examinProject/viewProject.action的代码

<body scroll="no" onselectstart="window.event.returnValue=false">
<div id="main">
<table align="center" width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="15"><img src="/fwtx/img/top_left.gif" width="15" height="15" /></td>
    <td background="/fwtx/img/menu_top.gif"></td>
    <td width="15"><img src="/fwtx/img/top_right.gif" width="15" height="15" /></td>
  </tr>
  <tr>
    <td background="/fwtx/img/menu_left.gif">&nbsp;</td><td>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                      <table height='43' width='183' background="/fwtx/img/menu_item_bg1.gif">
                      <tr><td height='3'></td></tr>
                      <tr><td align='center'>
                      <span class="item1">项目申报</span>
                      </td></tr>
                      </table>
                    </td>
                  </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('examinProject/viewProject.action')"><span class="item2">项目申报</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('search.action?progCode=120')"><span class="item2">机构项目查询</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                      <table height='43' width='183' background="/fwtx/img/menu_item_bg1.gif">
                      <tr><td height='3'></td></tr>
                      <tr><td align='center'>
                      <span class="item1">系统管理</span>
                      </td></tr>
                      </table>
                    </td>
                  </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('maintain/maintainInfo.action')"><span class="item2">维护本机构信息</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('modiPassword/modiPwd.action')"><span class="item2">修改密码</span></a>
          </td>
        </tr>
      </table>
      </td><td background="/fwtx/img/menu_right.gif">&nbsp;</td>
  </tr>
  <tr>
    <td><img src="/fwtx/img/bottom_left.gif" width="15" height="20" /></td>
    <td background="/fwtx/img/menu_bottom.gif"></td>
    <td><img src="/fwtx/img/bottom_right.gif" width="15" height="20" /></td>
  </tr>
</table>

</div>

</body>
回复 支持 反对

使用道具 举报

该用户从未签到

14#
 楼主| 发表于 2010-9-16 10:01:45 | 只看该作者

回复 11# 的帖子

<body scroll="no" onselectstart="window.event.returnValue=false">
<div id="main">
<table align="center" width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="15"><img src="/fwtx/img/top_left.gif" width="15" height="15" /></td>
    <td background="/fwtx/img/menu_top.gif"></td>
    <td width="15"><img src="/fwtx/img/top_right.gif" width="15" height="15" /></td>
  </tr>
  <tr>
    <td background="/fwtx/img/menu_left.gif">&nbsp;</td><td>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                      <table height='43' width='183' background="/fwtx/img/menu_item_bg1.gif">
                      <tr><td height='3'></td></tr>
                      <tr><td align='center'>
                      <span class="item1">项目申报</span>
                      </td></tr>
                      </table>
                    </td>
                  </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('examinProject/viewProject.action')"><span class="item2">项目申报</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('search.action?progCode=120')"><span class="item2">机构项目查询</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                      <table height='43' width='183' background="/fwtx/img/menu_item_bg1.gif">
                      <tr><td height='3'></td></tr>
                      <tr><td align='center'>
                      <span class="item1">系统管理</span>
                      </td></tr>
                      </table>
                    </td>
                  </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('maintain/maintainInfo.action')"><span class="item2">维护本机构信息</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('modiPassword/modiPwd.action')"><span class="item2">修改密码</span></a>
          </td>
        </tr>
      </table>
      </td><td background="/fwtx/img/menu_right.gif">&nbsp;</td>
  </tr>
  <tr>
    <td><img src="/fwtx/img/bottom_left.gif" width="15" height="20" /></td>
    <td background="/fwtx/img/menu_bottom.gif"></td>
    <td><img src="/fwtx/img/bottom_right.gif" width="15" height="20" /></td>
  </tr>
</table>

</div>

</body>
回复 支持 反对

使用道具 举报

该用户从未签到

15#
 楼主| 发表于 2010-9-16 10:02:50 | 只看该作者
<body scroll="no" onselectstart="window.event.returnValue=false">
<div id="main">
<table align="center" width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="15"><img src="/fwtx/img/top_left.gif" width="15" height="15" /></td>
    <td background="/fwtx/img/menu_top.gif"></td>
    <td width="15"><img src="/fwtx/img/top_right.gif" width="15" height="15" /></td>
  </tr>
  <tr>
    <td background="/fwtx/img/menu_left.gif">&nbsp;</td><td>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                      <table height='43' width='183' background="/fwtx/img/menu_item_bg1.gif">
                      <tr><td height='3'></td></tr>
                      <tr><td align='center'>
                      <span class="item1">项目申报</span>
                      </td></tr>
                      </table>
                    </td>
                  </tr>
      </table>
回复 支持 反对

使用道具 举报

该用户从未签到

16#
 楼主| 发表于 2010-9-16 10:04:17 | 只看该作者
为什么总提示要管理员审核后才能发
回复 支持 反对

使用道具 举报

该用户从未签到

17#
 楼主| 发表于 2010-9-16 10:04:30 | 只看该作者
<table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('examinProject/viewProject.action')"><span class="item2">项目申报</span></a>
          </td>
        </tr>
      </table>
回复 支持 反对

使用道具 举报

该用户从未签到

18#
 楼主| 发表于 2010-9-16 10:10:33 | 只看该作者
什么样的帖子需要管理员审核才能发啊
<table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('search.action?progCode=120')"><span class="item2">机构项目查询</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                      <table height='43' width='183' background="/fwtx/img/menu_item_bg1.gif">
                      <tr><td height='3'></td></tr>
                      <tr><td align='center'>
                      <span class="item1">系统管理</span>
                      </td></tr>
                      </table>
                    </td>
                  </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('maintain/maintainInfo.action')"><span class="item2">维护本机构信息</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('modiPassword/modiPwd.action')"><span class="item2">修改密码</span></a>
          </td>
        </tr>
      </table>
      </td><td background="/fwtx/img/menu_right.gif">&nbsp;</td>
  </tr>
  <tr>
    <td><img src="/fwtx/img/bottom_left.gif" width="15" height="20" /></td>
    <td background="/fwtx/img/menu_bottom.gif"></td>
    <td><img src="/fwtx/img/bottom_right.gif" width="15" height="20" /></td>
  </tr>
</table>

</div>

</body>
回复 支持 反对

使用道具 举报

该用户从未签到

19#
 楼主| 发表于 2010-9-16 10:12:42 | 只看该作者
Action.c(35): web_url("sSaveReport.jsp") highest severity level was "ERROR", 13795 body bytes, 969 header bytes, 245 chunking overhead bytes          [MsgId: MMSG-26387]

我重新录制的脚本,什么也没有干,回放时报错
回复 支持 反对

使用道具 举报

该用户从未签到

20#
 楼主| 发表于 2010-9-16 10:15:54 | 只看该作者
<table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('search.action?progCode=120')"><span class="item2">机构项目查询</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                      <table height='43' width='183' background="/fwtx/img/menu_item_bg1.gif">
                      <tr><td height='3'></td></tr>
                      <tr><td align='center'>
                      <span class="item1">系统管理</span>
                      </td></tr>
                      </table>
                    </td>
                  </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('maintain/maintainInfo.action')"><span class="item2">维护本机构信息</span></a>
          </td>
        </tr>
      </table>
          <table align="center" border="0" cellspacing="0" cellpadding="0">
                  <tr>
          <td width='183' height='30' background="/fwtx/img/menu_item_bg2.gif" valign="middle" > <img src="/fwtx/img/point.gif" width="15" height="15" />
            <a href="javascript:loadTree('modiPassword/modiPwd.action')"><span class="item2">修改密码</span></a>
          </td>
        </tr>
      </table>
      </td><td background="/fwtx/img/menu_right.gif">&nbsp;</td>
  </tr>
  <tr>
    <td><img src="/fwtx/img/bottom_left.gif" width="15" height="20" /></td>
    <td background="/fwtx/img/menu_bottom.gif"></td>
    <td><img src="/fwtx/img/bottom_right.gif" width="15" height="20" /></td>
  </tr>
</table>

</div>

</body>
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-13 04:32 , Processed in 0.086140 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表