mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Ajout fonction ajax - dsactive par dfaut
This commit is contained in:
@@ -633,7 +633,7 @@ class Form
|
||||
<script type="text/javascript">
|
||||
var url = '<?=DOL_URL_ROOT?>/ajaxresponse.php';
|
||||
|
||||
new Form.Element.Observer($("ajkeylabel"), 1, function(){var myAjax = new Ajax.Updater( {success: 'placeholder'}, url, {method: 'get', parameters: "keylabel="+$("ajkeylabel").value});});
|
||||
new Form.Element.Observer($("ajkeylabel"), 1, function(){var myAjax = new Ajax.Updater( {success: '<?=$htmlname ?>'}, url, {method: 'get', parameters: "keylabel="+$("ajkeylabel").value});});
|
||||
|
||||
</script>
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user