From 4c4411195405c8ea2d0dce8a4eddeaf57e53973a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 8 Feb 2007 11:47:44 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20de=20l'autocompl=E9tion=20aja?= =?UTF-8?q?x=20sur=20la=20liste=20d=E9roulante=20des=20pays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/ajaxresponse.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/ajaxresponse.php b/htdocs/ajaxresponse.php index b30a23fdef5..69e204c7259 100644 --- a/htdocs/ajaxresponse.php +++ b/htdocs/ajaxresponse.php @@ -37,6 +37,7 @@ print '"; print "\n"; + // Generation liste de produits if(isset($_GET['keyref']) && !empty($_GET['keyref']) || isset($_GET['keylabel']) && !empty($_GET['keylabel'])) { @@ -44,6 +45,8 @@ if(isset($_GET['keyref']) && !empty($_GET['keyref']) || isset($_GET['keylabel']) $form->select_produits_do("",$_GET["htmlname"],"","",$_GET["price_level"],$_GET["keyref"],$_GET["keylabel"]); } + +// Generation liste des pays if(isset($_POST['search']) && !empty($_POST['search'])) { print 'hello world';