Recent content by Muneeb

  1. M

    Question Ajax request in plesk plugin

    I was developing a plesk plugin which infact using zend framework . In that i am making an ajax request as follows : new Ajax.Request('<?php echo $this->checkStatusAction; ?>', { method: 'post', parameters: {param1: value1, param2: value2}...
Back
Top