Assessment Online Payments
Enter your Customer Code to make the payment
Enter Customer Code
Search Customer
Download Support Documentation - Assessment
function myFunction(el) { var restorepage = $('body').html(); var printcontent = $('#' + el).clone(); $('body').empty().html(printcontent); window.print(); $('body').html(restorepage); }