Postări

Se afișează postări din august, 2012

jquery iframe resizer

jQuery(function() {     sizeIFrame();     jQuery("#iframe_id").load(sizeIFrame); }); function sizeIFrame() {     var helpFrame = jQuery("#iframe_g");     var innerDoc = (helpFrame.get(0).contentDocument) ? helpFrame.get(0).contentDocument : helpFrame.get(0).contentWindow.document;     try {         helpFrame.height(innerDoc.body.scrollHeight + 35);     }     catch (e) {         //do nothing     }        if(document.all) {         try {             helpFrame.style.height(innerDoc.body.scrollHeight + 35); ...

postfix configuration

smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination ....