function printForm(PD_ID, sREP_ID) {
var data = {
id: '#SID#',
t: '' + new Date(),
PrintAction: 'PrintSpecREP',
SelectId: PD_ID,
SelectREPID: sREP_ID
}
window.open("../../dynamicpdf.max?" + $.param(data));
}
05-11 13:47