
Implement the following script (assuming that the form is called Form and submit that the name is formulaire_submit):
function beead_running()
{
var elt=document.getElementById("formulaire_submit");
elt.onclick=function(){beead_
show(); return false;};
}
function sendForm()
{
var elt=document.getElementById("formulaire");
elt.submit();
}
Implement the following script before the closing </ body>:
<script type="text/javascript" src="http://www.exemple.fr/scripts/api/beead ... "></script>
<script>
exempledAds.init({pid: 2465,
jsCallback: "sendForm"}).screenLayerTo();
</script>