87,991
社区成员
发帖
与我相关
我的任务
分享function doPrint()
{
var editorSettings={
type:'user.position',
url:ducument.URL
};
editorSettings.settingsID=new Date()+'';
window
.showModalDialog(
'jatoolsPrinterUI/index.htm',
editorSettings,
'dialogWidth=1150px;dialogHeight=670px;status=no;help=no;scroll=no;resizable=yes');
}
