点击按钮跳转到另一个页面

时间:2022-11-28 17:32:43
www.xaqyjc.com

点击按钮跳转到另一个页面(点击前执行脚本)JS写法:



window.location.href('../../SCMReport/ControlSingle/ConttrolSingleTable1.aspx?GUIID=00000480&MainID='+id+'&MainName='+mn+'&MainRecordStatus='+R+'&MainCreator='+Nn+'&MainCreatorID='+Ni+'&MainUser='+Nu+'&ProductCode='+Pc);



注意:


1.../../SCMReport/ControlSingle/ConttrolSingleTable1.aspx 为页面的模版类型


2.GUID为页面的编码. PlatformBusinessDB.dbo.U_ControlGUI表中查看


3.'&MainName='nm MainName赋值为nm字段     赋值字段用&符和''做间隔