Accueil > > > REGISTRES ÉDITEUR
REGISTRES ÉDITEUR
Information sur la source
Description
Ce registre éditeur est un outil qui permet de créer des listes à votre choix avec un moteur de recherche intégré, des listes comme : liste des élèves, employés, membres, produits, et beaucoup d'autres, dans des tableaux crées automatiquement dés que vous avez entré vos données et appuyé sur le bouton (Éditer votre registre !) ; Et vous avez également les moyens de créer des listes de liens, d'imprimer et d'enregistrer les listes à tout moment Une démonstration complète est disponible à cette adresse: http://abdelaziz.site.voila.fr/sources.ht m
Source
- /*(c)Abdelaziz Rejeb Elalia - Tunisie
- site web : http://abdelaziz.site.voila.fr
- contact : http://intersite.site.voila.fr
- */
- a = 1;
- premiertxt = new Array;
- deuxiemtxt = new Array;
- troisiemtxt = new Array;
- quatriemtxt = new Array;
- sinqiemtxt = new Array;
- sixiemtxt = new Array;
- function retablir()
- {
- document.location.href=document.location.href;
- }
- function enregistrement()
- {
- premiertxt[a] = document.ParaForm.sujet1.value;
- deuxiemtxt[a] = document.ParaForm.sujet2.value;
- troisiemtxt[a] = document.ParaForm.sujet3.value;
- quatriemtxt[a] = document.ParaForm.sujet4.value;
- sinqiemtxt[a] = document.ParaForm.sujet5.value;
- sixiemtxt[0] = document.ParaForm.sujet6.value;
- a++
- document.ParaForm.etat.value = (a-1);
- document.ParaForm.sujet1.value ="";
- document.ParaForm.sujet2.value ="";
- document.ParaForm.sujet3.value ="";
- document.ParaForm.sujet4.value ="";
- document.ParaForm.sujet5.value ="";
- document.ParaForm.sujet1.focus();
- }
- function edition()
- {
- code1txt = '<html>\n<body size="2">\n'
- code1txt += 'Edite sur L\'editeur de [ <a href="http://abdelaziz.site.voila.fr">abdelaziz rejeb<\/a> ] Elalia - Tunisie ';
- x = 1;
- code1txt += '\n<script language="JavaScript">\nvar info = window;\nvar n = 0;\nfunction cherchinfo(str) {\nvar txt, i, found;\nif (str == "") {\n'
- code1txt += 'alert("Veuillez entrer un mot à chercher ..!");\nsearch.rechercher.value="Rechercher";\nsearch.mots.focus();\nreturn false;\n}if (document.all) {\ntxt = info.document.body.createTextRange();\n'
- code1txt += 'for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {\ntxt.moveStart("character", 1);\ntxt.moveEnd("textedit");}\nif (found) {\ntxt.moveStart("character", -1);\ntxt.findText(str);\n'
- code1txt += 'txt.select();\ntxt.scrollIntoView();\nn++;\n} else {\nif (n > 0) {\nn = 0;\ncherchinfo(str);\n} else {\nalert("Le mot cherché n\'existe pas sur cette page ...!!");\nsearch.rechercher.value="Rechercher";\n'
- code1txt += 'search.mots.focus();\n}}} else {\nif (!info.find(str))\nwhile(info.find(str, false, true))\nn++;\nelse\nn++;\nif (n == 0) {\nalert("Le mot cherché n\'existe pas sur cette page ...!!");\nsearch.rechercher.value="Rechercher";\n}}return false;}\n'
- code1txt += '<\/script><\center>\n'
- code1txt += '<\DIV ID="moteur_recherche" STYLE="position:absolute;z-index:1;">\n'
- code1txt += '<\FORM name="search" onSubmit="return cherchinfo(this.mots.value);">\n'
- code1txt += '<\input name="mots" type="text" size=15 onChange="n = 0;" onclick="rechercher.value=\'Rechercher\'">\n'
- code1txt += '<\input type="submit" name="rechercher" value="Rechercher" onClick="this.value=\'Rechercher Suivante\'">\n'
- code1txt += '<\/FORM>\n'
- code1txt += '<\/DIV>\n'
- code1txt += '<\BR><\/center>'
- code1txt += '<table size="2" border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">\n'
- code1txt += '<tr><td width="20%"><p align="center">nom - prénom</td>\n'
- code1txt += '<td width="20%"><p align="center">n° tel</td>\n'
- code1txt += '<td width="20%"><p align="center">Email</td>\n'
- code1txt += '<td width="20%"><p align="center">site web</td>\n'
- code1txt += '<td width="20%"><p align="center">adresse postale</td>\n'
- code1txt += '<\/tr>\n'
- code1txt += '<tr>'
- code1txt += '<td width="20%" align="center">' + premiertxt[x] + '</td>\n';
- code1txt += '<td width="20%" align="center">' + deuxiemtxt[x] + '</td>\n';
- code1txt += '<td width="20%" align="center">' + ' <a href="mailto:' + troisiemtxt[x] + '">' + troisiemtxt[x] + '</a>' + '</td>\n';
- code1txt += '<td width="20%" align="center">' + 'http://'+ ' <a href="http://' + quatriemtxt[x] + '">' + quatriemtxt[x] + '</a>' + '<\/td>\n';
- code1txt += '<td width="20%" align="center">' + sinqiemtxt[x] + '</td>';
- code1txt += '<tr>'
- code1txt += '\n'
- x++;
- while (x < a)
- {
- code1txt += '<td width="20%" align="center">' + premiertxt[x] + '</td>\n';
- code1txt += '<td width="20%" align="center">' + deuxiemtxt[x] + '</td>\n';
- code1txt += '<td width="20%" align="center">' + ' <a href="mailto:' + troisiemtxt[x] + '">'+ troisiemtxt[x] + '</a>' + '</td>\n';
- code1txt += '<td width="20%" align="center">' + 'http://'+ '<a href="http://'+ quatriemtxt[x] + '">'+ quatriemtxt[x] + '</a>'+ '<\/td>\n';
- code1txt += '<td width="20%" align="center">' + sinqiemtxt[x] + '</td>\n';
- code1txt += '<tr>'
- x++;
- }
- code1txt += '<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d/%m/%Y" -->'
- code1txt += ' - Registre des : ' + sixiemtxt + ' - totalitee = ' + (x-1)
- code1txt += '</body>\n'
- code1txt += '</html>\n'
- document.ScriptForm.code1.value = code1txt;
- alert('abdelaziz_info : les editeurs de abdelaziz rejeb - Elalia - Tunisie !!!\nhttp://abdelaziz.site.voila.fr');
- }
- ///////////////////
- function editeur(obj)
- {
- var copiercode = document.body.createTextRange();
- copiercode.moveToElementText(obj);
- copiercode.execCommand("Copy");
- }
/*(c)Abdelaziz Rejeb Elalia - Tunisie
site web : http://abdelaziz.site.voila.fr
contact : http://intersite.site.voila.fr
*/
a = 1;
premiertxt = new Array;
deuxiemtxt = new Array;
troisiemtxt = new Array;
quatriemtxt = new Array;
sinqiemtxt = new Array;
sixiemtxt = new Array;
function retablir()
{
document.location.href=document.location.href;
}
function enregistrement()
{
premiertxt[a] = document.ParaForm.sujet1.value;
deuxiemtxt[a] = document.ParaForm.sujet2.value;
troisiemtxt[a] = document.ParaForm.sujet3.value;
quatriemtxt[a] = document.ParaForm.sujet4.value;
sinqiemtxt[a] = document.ParaForm.sujet5.value;
sixiemtxt[0] = document.ParaForm.sujet6.value;
a++
document.ParaForm.etat.value = (a-1);
document.ParaForm.sujet1.value ="";
document.ParaForm.sujet2.value ="";
document.ParaForm.sujet3.value ="";
document.ParaForm.sujet4.value ="";
document.ParaForm.sujet5.value ="";
document.ParaForm.sujet1.focus();
}
function edition()
{
code1txt = '<html>\n<body size="2">\n'
code1txt += 'Edite sur L\'editeur de [ <a href="http://abdelaziz.site.voila.fr">abdelaziz rejeb<\/a> ] Elalia - Tunisie ';
x = 1;
code1txt += '\n<script language="JavaScript">\nvar info = window;\nvar n = 0;\nfunction cherchinfo(str) {\nvar txt, i, found;\nif (str == "") {\n'
code1txt += 'alert("Veuillez entrer un mot à chercher ..!");\nsearch.rechercher.value="Rechercher";\nsearch.mots.focus();\nreturn false;\n}if (document.all) {\ntxt = info.document.body.createTextRange();\n'
code1txt += 'for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {\ntxt.moveStart("character", 1);\ntxt.moveEnd("textedit");}\nif (found) {\ntxt.moveStart("character", -1);\ntxt.findText(str);\n'
code1txt += 'txt.select();\ntxt.scrollIntoView();\nn++;\n} else {\nif (n > 0) {\nn = 0;\ncherchinfo(str);\n} else {\nalert("Le mot cherché n\'existe pas sur cette page ...!!");\nsearch.rechercher.value="Rechercher";\n'
code1txt += 'search.mots.focus();\n}}} else {\nif (!info.find(str))\nwhile(info.find(str, false, true))\nn++;\nelse\nn++;\nif (n == 0) {\nalert("Le mot cherché n\'existe pas sur cette page ...!!");\nsearch.rechercher.value="Rechercher";\n}}return false;}\n'
code1txt += '<\/script><\center>\n'
code1txt += '<\DIV ID="moteur_recherche" STYLE="position:absolute;z-index:1;">\n'
code1txt += '<\FORM name="search" onSubmit="return cherchinfo(this.mots.value);">\n'
code1txt += '<\input name="mots" type="text" size=15 onChange="n = 0;" onclick="rechercher.value=\'Rechercher\'">\n'
code1txt += '<\input type="submit" name="rechercher" value="Rechercher" onClick="this.value=\'Rechercher Suivante\'">\n'
code1txt += '<\/FORM>\n'
code1txt += '<\/DIV>\n'
code1txt += '<\BR><\/center>'
code1txt += '<table size="2" border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">\n'
code1txt += '<tr><td width="20%"><p align="center">nom - prénom</td>\n'
code1txt += '<td width="20%"><p align="center">n° tel</td>\n'
code1txt += '<td width="20%"><p align="center">Email</td>\n'
code1txt += '<td width="20%"><p align="center">site web</td>\n'
code1txt += '<td width="20%"><p align="center">adresse postale</td>\n'
code1txt += '<\/tr>\n'
code1txt += '<tr>'
code1txt += '<td width="20%" align="center">' + premiertxt[x] + '</td>\n';
code1txt += '<td width="20%" align="center">' + deuxiemtxt[x] + '</td>\n';
code1txt += '<td width="20%" align="center">' + ' <a href="mailto:' + troisiemtxt[x] + '">' + troisiemtxt[x] + '</a>' + '</td>\n';
code1txt += '<td width="20%" align="center">' + 'http://'+ ' <a href="http://' + quatriemtxt[x] + '">' + quatriemtxt[x] + '</a>' + '<\/td>\n';
code1txt += '<td width="20%" align="center">' + sinqiemtxt[x] + '</td>';
code1txt += '<tr>'
code1txt += '\n'
x++;
while (x < a)
{
code1txt += '<td width="20%" align="center">' + premiertxt[x] + '</td>\n';
code1txt += '<td width="20%" align="center">' + deuxiemtxt[x] + '</td>\n';
code1txt += '<td width="20%" align="center">' + ' <a href="mailto:' + troisiemtxt[x] + '">'+ troisiemtxt[x] + '</a>' + '</td>\n';
code1txt += '<td width="20%" align="center">' + 'http://'+ '<a href="http://'+ quatriemtxt[x] + '">'+ quatriemtxt[x] + '</a>'+ '<\/td>\n';
code1txt += '<td width="20%" align="center">' + sinqiemtxt[x] + '</td>\n';
code1txt += '<tr>'
x++;
}
code1txt += '<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d/%m/%Y" -->'
code1txt += ' - Registre des : ' + sixiemtxt + ' - totalitee = ' + (x-1)
code1txt += '</body>\n'
code1txt += '</html>\n'
document.ScriptForm.code1.value = code1txt;
alert('abdelaziz_info : les editeurs de abdelaziz rejeb - Elalia - Tunisie !!!\nhttp://abdelaziz.site.voila.fr');
}
///////////////////
function editeur(obj)
{
var copiercode = document.body.createTextRange();
copiercode.moveToElementText(obj);
copiercode.execCommand("Copy");
}
Conclusion
pour tout contact et plus d'aide : http://intersite.site.voila.fr
Historique
- 18 avril 2009 09:46:34 :
- !
Sources de la même categorie
Commentaires et avis
Discussions en rapport avec ce code source dans le forum
Peut on modifier une cellule d'un tableau ??? [ par webgagner ]
Est-il possible de modifier le contenu d'une celulle d'un tableau apres clic sur un bouton de la celule voisine???
Style et Script [ par Pocel ]
Débutant,je voudrai changer la couleur de la cellule d'un tableau à la sélection de cette dernière. Pour le moment j'applique un style au onClick, mai
tableau à 2 dimensions [ par meskiki ]
Comment faire pour créer un tableau à deux dimensions?meskiki
PROBLEMES DE CALQUES --- URGENT ! ! ! [ par Foub12 ]
Bonjour ! J'aimerais pouvoir afficher un calque au dessus de mon tableau sans que cela perturbe la fonction Onclick qui se trouve dans la cellule de m
un truc intéressant !! [ par mickelo ]
ben en fait moi j'ai un tableau avec des données qui proviennent d'une base SQL piloté par des ASP, etc ...bref ma liste de données et tellement longu
intéressant !!! [ par mickelo ]
ben en fait moi j'ai un tableau avec des données qui proviennent d'une base SQL piloté par des ASP, etc ...bref ma liste de données et tellement longu
Figer une ligne de tableau ?? [ par mickelo ]
Y a t-il moyen de figer une ligne de tableau pour que lorsqu'on défile la page grace a l'ascenseur cette ligne reste en haut de page, une sorte de rec
Figer une ligne de tableau [ par mickelo ]
Y a t-il moyen de figer une ligne de tableau pour que lorsqu'on défile la page grace a l'ascenseur cette ligne reste en haut de page, une sorte de rec
Figer une ligne de tableau [ par mickelo ]
Y a t-il moyen de figer une ligne de tableau pour que lorsqu'on défile la page grace a l'ascenseur cette ligne reste en haut de page, une sorte de rec
Redimensionnement de tableaux sous javascript/netscape [ par Blasteur ]
Bonjour à tous!Je souhaite redimensionner dynamiquement un tableau (du nom de 'CESSION') grâce à une fonction javascript.Le problème c'est que le code
|
Derniers Blogs
IMAGINE CUP 2012, MAKE A SIGN EN FINALEIMAGINE CUP 2012, MAKE A SIGN EN FINALE par junarnoalg
Voilà qui est fait, la nouvelle est officielle ! L'équipe belge "Make a Sign" va au pays des kangourous défendre son projet dans la catégorie Software Design. http://www.imaginecup.com/CompetitionsContent/Competition/WorldwideFinalists.aspx V...
Cliquez pour lire la suite de l'article par junarnoalg KINECT 1.5 IS OUT !KINECT 1.5 IS OUT ! par Vko
La version 1.5 du Kinect For Microsoft vient tout juste de sortir ! Plein de nouveautés: Tracking de squelette en Near Mode Détection en position assise Détection faciale avec un SDK dédié Documentation et des guideline (enfin) Un out...
Cliquez pour lire la suite de l'article par Vko LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) par richardc
Mise à jour des Web API du 14 Mai
Réservez dès maintenant votre journée du 20 juin pour le Windows Azure Dev Camp 2012 à Paris
Mise à jour de Team Foundation Service
MechCommander 2 sur Windows 8
Entity Framework 5 Release Candidate e...
Cliquez pour lire la suite de l'article par richardc REACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITERREACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITER par Groc
Une mauvaise utilisation de rx lors de l'écriture d'une couche d'accès à des services peut conduire à des cas embarassants avec des erreurs mal gérées, des appels qui ne partent lorsqu'ils le devraient, et même des résultats incorrects . le tout nuis...
Cliquez pour lire la suite de l'article par Groc SHAREPOINT BLOG SITE, PROBLèME D'ARCHIVESSHAREPOINT BLOG SITE, PROBLèME D'ARCHIVES par junarnoalg
Dernièrement, nous avons migré le site
myTIC
vers un nouveau serveur SharePoint 2010. Dans les contenus que nous vouloins récupérer, nous avions un certain nombre de blogs.
Nous avons utilisé les commandes Power...
Cliquez pour lire la suite de l'article par junarnoalg
Forum
UTILISER UN .JSUTILISER UN .JS par zaikoe
Cliquez pour lire la suite par zaikoe
Logiciels
sDEVIS-FACTURES vlPRO (8.1.0.3)SDEVIS-FACTURES VLPRO (8.1.0.3)sDEVIS-FACTURES vlPRO a été mis au point pour les particuliers, créateurs, entrepreneurs, artisa... Cliquez pour télécharger sDEVIS-FACTURES vlPRO 974 Application Server (12.2.4.6)974 APPLICATION SERVER (12.2.4.6)Développez de puissantes applications dans un environnement de 'cloud computing', clusterisé, séc... Cliquez pour télécharger 974 Application Server vPicture (1.4.2.1)VPICTURE (1.4.2.1)Avec vPicture, hébergez vos images facilement et rapidement.
vPicture est un utilitaire simple, ... Cliquez pour télécharger vPicture Easy-Planning (2.2.1.6)EASY-PLANNING (2.2.1.6)Easy-Planning permet de créer des plannings sous la représentation de diagrammes et est adapté au... Cliquez pour télécharger Easy-Planning COM-BACKUP (2.0)COM-BACKUP (2.0)
COM-BACKUP est un logiciel de sauvegarde qui permet de planifier les sauvegardes de vos dossiers ...
Cliquez pour télécharger COM-BACKUP
|