rose8561900 发表于 2014-6-23 17:22:26

web_reg_save_param 取不到值,跪求原因!!

以下是html脚本
                        <a href="###" onclick="ShowModelDialog('/Modules/Custom/HTInns/Pages/HotelBusinessPaymentView.aspx?Id=4141406230028')">
                            4141406230028</a>

以下是我写的这个取值:
web_reg_save_param("taskId1",
                "LB=onclick=\"ShowModelDialog('/Modules/Custom/HTInns/Pages/HotelBusinessPaymentView.aspx?Id=",
                "RB=')\">",
                "NotFound=ERROR",
                "IgnoreRedirections=Yes",
                LAST);

请大家帮忙看看!

fiskeryang 发表于 2014-6-25 21:36:32

很多时候取不到参数是因为把参数注册函数写到了请求函数后面

rose8561900 发表于 2014-6-26 10:52:24

谢谢fiskeryang ,是这样的,我解决了,谢谢!
页: [1]
查看完整版本: web_reg_save_param 取不到值,跪求原因!!