ICI header("Location: http://www.mytesting.fr ");

COMMENT ACCEDER A UN FORMULAIRE DE CONTACT EN CLIQUANT SUR UNE PHOTO.

par André MARINI 18 Décembre 2015, 09:59 sites et blogs

Dans l'article précédent, j'ai indiqué le code qui permet d'insérer un formulaire de contact qui ne passe pas par la messagerie et, de ce fait, fonctionne avec toutes les versions de windows.

 

Pour accéder à ce formulairte en cliquant sur une photo, il suffit de remplacer "contact" par la photo éditée

<img src="http://adresse de ma photo">

 

Dans mon exemple     

 

<img src="http://data.over-blog-kiwi.com/1/30/51/51/20151218/ob_1092b3_9.JPG">

 

CODE

<div class="clear" style="text-align: center;"><strong>Les champs marqu&eacute;s d&#39;un ast&eacute;risque sont obligatoires.</strong></div>


<div class="ln" id="ln_2">
<div class="clear">&nbsp;</div>
</div>


<div id="legals" style="visibility:visible!important; display:block !important; height:auto!important; width:100%!important; text-align:center!important; clear:both;">- <a href="/contact" style="visibility:visible!important; display:inline!important; height:auto!important; width:auto!important;"><img src="
http://data.over-blog-kiwi.com/1/30/51/51/20151218/ob_1092b3_9.JPG"></a> -<!--<a href="#" rel="nofollow"
style="visibility:visible!important; display:inline!important; height:auto!important; width:auto!important;">
{{ Lang.Get('Report abuse') }}
</a>--></div>
<script type="text/javascript">
function disableSelection(target) {
if (typeof target.onselectstart != "undefined")
target.onselectstart = function () { return false }
else if (typeof target.style.MozUserSelect != "undefined")
target.style.MozUserSelect = "none"
else
target.onmousedown = function () { return false }
target.style.cursor = "default"
}
disableSelection(document.body)
</script>

 

RESULTAT

Les champs marqués d'un astérisque sont obligatoires.
 
Contacter  l'administrateur du site
 
- -
 
Cliquer sur la photo

Haut de page