Recherche dans le forum:
Rechercher


Auteur Message
Message28/06/2008, 22 10 26 (UTC)    
Sujet du message:

LE SITE EST RÉFÉRENCÉ sur google
______________
StylAsia le site de la musique Asiatique

Message28/06/2008, 22 10 38 (UTC)    
Sujet du message:

Depuis combien de temps ?
______________
4 sites actuellement.





Message28/06/2008, 22 10 41 (UTC)    
Sujet du message:

1 semaine maintenant ^^
______________
StylAsia le site de la musique Asiatique

Message28/06/2008, 22 10 59 (UTC)    
Sujet du message:

en tout cas merci à ceux qui cherche ^^
______________
StylAsia le site de la musique Asiatique

Message29/06/2008, 10 10 49 (UTC)    
Sujet du message:

stylasia a écrit:
1 semaine maintenant ^^


Alors là c'est normal, fau attendre des fois 2mois pour que tu sois référené correctement sur google.
______________
4 sites actuellement.





Message30/01/2009, 12 12 29 (UTC)    
Sujet du message: moteur de recherche a mon site

voila un code
Code:

** DEUX ETAPES D'INSTALLER : UN MOTEUR DE RECHERCHE GOOGLE SUR TON SITE * ETAPE 1 INSEREZ LE CODE 1 ENTRE LES BALISES .. DU DOCUMENT <style type="text/css">




#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}
[code]
#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist li a.current{
background: lightyellow;
}</style><script type="text/javascript">

/*
 Ce script et d'autres sont sur le code java GARTUIT
LE CODE JAVA - http://www.lecodejava.com
*/

var selectedtablink=""
var tcischecked=false

function handlelink(aobject){
selectedtablink=aobject.href
tcischecked=(document.tabcontrol && document.tabcontrol.tabcheck.checked)? true : false
if (document.getElementById && !tcischecked){
var tabobj=document.getElementById("tablist")
var tabobjlinks=tabobj.getElementsByTagName("A")
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=""
aobject.className="current"
document.getElementById("tabiframe").src=selectedtablink
return false
}
else
return true
}

function handleview(){
tcischecked=document.tabcontrol.tabcheck.checked
if (document.getElementById && tcischecked){
if (selectedtablink!="")
window.location=selectedtablink
}
}

</script>* ETAPE 2 - INSEREZ LE CODE 2 ENTRE LES BALISES .. DU DOCUMENT
<ul id="tablist">
    <li><a class="current" onClick="return handlelink(this)" href="http://www.google.com">Google</a></li>
    <li><a onClick="return handlelink(this)" href="http://www.yahoo.fr">Yahoo.fr</a></li>
    <li><a onClick="return handlelink(this)" href="http://www.google.fr">Google.fr</a></li>
    <li><a onClick="return handlelink(this)" href="http://www.amakho.com">Amakho.com</a></li>
    <li><a onClick="return handlelink(this)" href="http://www.lecodejava.com">Le code java</a></li>
</ul>
<iframe id="tabiframe" src="http://www.google.com" width="98%" height="350"></iframe>
<form style="margin-top: 0px" name="tabcontrol">
    <input type="checkbox" onClick="handleview()" name="tabcheck" value="on" /> Open tab links in browser window instead.
</form>[/code]
[/color]
Message15/02/2009, 11 11 44 (UTC)    
Sujet du message: Moteur de recherche sur son site

Voilà les codes

<SCRIPT language=JavaScript>
/* Find In Page Script- By webmaster(acpauditors@hotmail.com) */
/* Recherche de mot */
var NS4 = (document.layers); // Which browser?
var IE4 = (document.all);
var win = window; // window to search.
var n = 0;
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
// Find next occurance of the given string on the page, wrap around to the
// start of the page if necessary.
if (NS4) {
// Look for match starting at the current point. If not found, rewind
// back to the first match.
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
// If not found in either direction, give message.
if (n == 0)
alert("Je suis navré, je n'ai rien trouvé. Vérifiez l'orthographe.");
}
if (IE4) {
txt = win.document.body.createTextRange();
// Find the nth match from the top of the page.
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
// If found, mark it and scroll it into view.
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
// Otherwise, start over at the top of the page and find first match.
else {
if (n > 0) {
n = 0;
findInPage(str);
}
// Not found anywhere, give message.
else
alert("Je suis navré, je n'ai rien trouvé. Vérifiez l'orthographe.");
}
}
return false;
}
</SCRIPT>
<FORM name=search onsubmit="return findInPage(this.string.value);"><INPUT
name=string onchange="n = 0;">
<INPUT type=submit value=Rechercher></FORM>

Inserer les sur ton site

De rien !
www.rojoambinina.fr.gd
Montrer les messages depuis:   


Powered by phpBB © 2001, 2005 phpBB Group
Traduction par : phpBB-fr.com