如 /app/code/local/Xinson/News/controllers/Adminhtml/NewsController.php 的 editAction() 方法
$this->renderLayout() 之前加
$this->_addContent($this->getLayout()->createBlock(‘core/text‘)->setText(" <script> document.getElementById(‘placeholder_limit‘).onblur = function(){ var url = ‘http://test.shop.com/serial-codes/‘; new Ajax.Request(url, { method: ‘post‘, onSuccess: function(text) { //yourtext = text.responseText.evalJSON(true); document.getElementById(‘placeholder_limit‘).parentNode.innerHTML += ‘<span><img src=http://test.shop.com/media/wysiwyg/sdk/categories-4.jpg width=20%></span><span><img src=http://test.shop.com/media/wysiwyg/sdk/categories-4.jpg width=20%></span>‘; }, onFailure: function() { return false; }, onException: function() { return false; } }); return true; } </script> "));
原文:http://my.oschina.net/xinson/blog/518111