erreur dans un formulaire

html $phpmailer->msgHTML(" Client "); //Message en texte si le html ne s'affiche pas chez les gens $message = " Nom: " . $_POST['nom'] . "\r\n Pays: " . $_POST['pays'] . "\r\n tel: " . $_POST

2
Menu qui ne se ferme pas

open1").html = "add") { $(function(){ $("#open1").click(function(){ $("#mobiles-menu-1").css("display","block"); $("#open1").html("clear"); }); }); } else { $(function(){ $("#open1").click(function(){ $("#mobiles-menu-1").css("display","none"); $("#open1").html("add"); }); }); } ```

4
problème plugin tiny_mce

Html->script('tiny_mce/tiny_mce.js',array('inline'=>false)); ?> tinyMCE.init({ mode : 'textareas', theme: 'advanced', plugins: 'inlinepopups', theme_advanced_buttons1 : 'bold,italic,underline,|,justifyleft,justifycenter,justifyright

4
ZoomBox 2.0 sur CakePHP

emplois et qui ne.. marche pas >< echo $this->Html->link($this->Html->image('theme/thumbs/cdi.png',array('alt' => 'CDI', 'title' => 'CDI', 'border' => 'none')) , array($this->Html->image('theme/cdi.png')), array('escape' => false));

3
Upload Drag & Drop : problème avec le multi files

html('100%'); $('#'+id_tmp).remove(); $("#boxDragDrop").removeClass('hover'); } }); // On prépare la barre de progression au démarrage var id_tmp=file.size; // On ajoute notre fichier à la liste $('#listing').append(' 0% '); } } } console.log

0
CakePhp et le javascript

Html->script('login'); ?> et mon default.ctp

3
animate(scrollTop) sur Chrome et Opera
SLK,

html,body").animate({ scrollTop: 0 }, "slow"); ``` lien : http://stackoverflow.com/questions/3042651/jquery-scrolltop-not-working-in-chrome-but-working-in-firefox j'ai essayé d'utiliser : ``` $(' body ').animate({ $(' html, body ').animate({ $(' html ').animate({ $(document).animate({ $(window).animate({ ... ``` Si vous pouvez m'aider

9
TP : Connexion à la base de donnée

html = ' '. substr($this->contenu,0, 150).'... '; $html .= ' Voir la suite '; return $html; } } ``` Voici mon code dans home.php ```

2
Cakephp1.3 route plugin non reconnue

Html->link('Metas', array('plugin'=>true,'plugin'=>'metas','controller' => 'metas', 'action' => 'index'),array('escape'=>false))) ?> et j'ai testé aussi :

4
problème a la fermeture d'une fenêtre modal

html(''); $('#myModal').on('hidden.bs.modal', function () { window.location.reload(true); }); $('#myModal').modal('hide'); $('.modal-content').html(''); $('#myModal').on('hidden.bs.modal', function () { window.location.reload(true); }); $('#myModal').modal('hide'); ``` ### Ce que je veux J'aimerai pouvoir débloquer

9