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