A voir également:
- Probléme page contact (site en full flash)
- Site de telechargement - Accueil - Outils
- Supprimer une page word - Guide
- Site de vente en ligne particulier - Guide
- Flash drive tester - Télécharger - Divers Utilitaires
- Site comme coco - Accueil - Réseaux sociaux
1 réponse
re bonjour voila le script action du bouton send
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
for (i=1; i<_parent.fields_descriptions.length; i++) {
if (_parent[_parent.fields_descriptions[i][1]]!=undefined) {
this[_parent.fields_descriptions[i][1]]=_parent[_parent.fields_descriptions[i][1]]+"&777&"+_parent.fields_descriptions[i][2];
}
}
this.recipient=_parent.rec;
//i=undefined;
getURL("contact."+_parent.serv, "_blank", "POST");
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
for (i=1; i<_parent.fields_descriptions.length; i++) {
if (_parent[_parent.fields_descriptions[i][1]]!=undefined) {
this[_parent.fields_descriptions[i][1]]=_parent[_parent.fields_descriptions[i][1]]+"&777&"+_parent.fields_descriptions[i][2];
}
}
this.recipient=_parent.rec;
//i=undefined;
getURL("contact."+_parent.serv, "_blank", "POST");
}