当前位置: 代码迷 >> Ajax >> 怎么隐藏form的想 代码如上
  详细解决方案

怎么隐藏form的想 代码如上

热度:144   发布时间:2012-07-29 15:26:14.0
如何隐藏form的想 代码如下
var myColumnDefs = [
{key:"date",label:"啊啊啊日", formatter:moveUpdate, sortable:false},
<%String srcCoDiv = listBean.getSrcCoDiv();
if ("2".equals(srcCoDiv)) {%>
{key:"announceId", label:"bb元", formatter:moveUpdate, sortable:true},<%}%>
{key:"title", label:"啊啊", formatter:moveUpdate, sortable:true},

//一下代码在画面显示为白条  
{key:"pubClsDt", hidden:true},
{key:"infoText", hidden:true},
{key:"updMngno", hidden:true},
{key:"updCo", hidden:true},
{key:"pubOpnDt", hidden:true}
请问注释一下的部分如何隐藏啊但是我还要 传值到后台

------解决方案--------------------
what's this?
------解决方案--------------------
哥们!你这个问题问的不对啊,你的代码是什么,用的什么页面,jsp的??如果这个是<input type='hidden' name='infoText'>,必须有name你才能向后台传值啊,给的代码真乱,不知道是不是你要的
  相关解决方案