function submod(nn){ 
          document.modconf.target='_self'; 
          document.modconf.toPageName.value='/ddvod/manager/ddvod_m_conf_usermoddo.tag'; 
          document.modconf.constID.value=nn; 
 }
/ddvod/manager/ddvod_m_conf_usermoddo.tag,请问这个Tag是什么,能不能讲详细一点,谢谢了

解决方案 »

  1.   

    请再详细点,我见过在<%%>中的自定义标签,可是这个文件跟jsp很像,比如
    <html>
    <head>
    <title>Ddvod Management System</title>
    <pwmip_basehref>
    </pwmip_basehref>
    <link rel="stylesheet" href="/style/style.css" type="text/css">
    <pwmip_basehref>
    </pwmip_basehref>
    <meta http-equiv="Content-Type" content="texhtml; charset=gb2312">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="images/di.jpg"><!--用户信息查询标记-->
    <public_user_query>
    <product>ddvod</product>
    <queryframe>operateArea</queryframe>
    <queryaction>/ddvod/manager/ddvod_m_user_queryresult.tag</queryaction>
    </public_user_query>
    </body>
    </html>
    这个是什么
      

  2.   

    谢谢,我已经知道了,但是还是不清楚这是什么名称,不过过程熟悉了,通过一个监听的servlet调用Java方法