|
|
本帖最后由 shary 于 2013-6-6 14:20 编辑
1、我在菜单上传递了参数(比如:参数:lx;值:新发),然后我在表单的基本选项中的是否可编辑脚本中,写了如下代码:
request.getSession().setAttribute("sqsycs",getParameter("lx"));
在表单下拉框控件的选项脚本中,写了这样的代码:
var request = $WEB.getParamsTable().getHttpRequest();
var cs1 = request.getSession().getAttribute("sqsycs");
println(cs1);
提问人:兰州波迪
原帖:http://www.teemlink.com/bbs/viewthread.php?tid=166236 |
|