|
window.showModalDialog("Step1.aspx")
Response.Redirect("Step2.aspx")
我们的web网站在添加用户信息的时候,添加按钮的打开方法是window.showModalDialog("Step1.aspx"),然后点击下一步的打开方法是Response.Redirect("Step2.aspx")。
在录制的时候是成功的,但是回放的时候出错了,寻求解决啊。。
提示的错误信息是
add.c(83): Redirecting "http://192.168.1.102/dsis20072/Common/Reg/Step1.aspx" (redirection depth=0) [MsgId: MMSG-26694]
add.c(83): To location "http://192.168.1.102/dsis20072/ErrorPage.aspx?aspxerrorpath=/dsis20072/Common/Reg/Step1.aspx" [MsgId: MMSG-26693]
add.c(83): Error -26627: HTTP Status-Code=404 (Not Found) for "http://192.168.1.102/dsis20072/ErrorPage.aspx?aspxerrorpath=/dsis20072/Common/Reg/Step1.aspx" [MsgId: MERR-26627]
add.c(83): Error -26377: No match found for the requested parameter "Siebel_Analytic_ViewState8". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1864 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
add.c(83): web_submit_data("Step1.aspx_2") highest severity level was "ERROR", 1377 body bytes, 519 header bytes [MsgId: MMSG-26388]
add.c(83): Notify: Transaction "add" ended with "Fail" status (Duration: 0.9245 Wasted Time: 0.0003).
帮我解决下。。 |
|