Les marmottes protègent mon p.c .
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Les marmottes protègent mon p.c .

Infos, trucs et astuces pour son p.c.
 
AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  Connexion  
Le Deal du moment : -11%
Smartphone 6.36 ” Xiaomi 14 (12 Go / 256 Go
Voir le deal
641 €

 

 Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs...

Aller en bas 
AuteurMessage
Admin
Admin
Admin


Nombre de messages : 307
Localisation : Limoges
Date d'inscription : 21/01/2007

Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs... Empty
MessageSujet: Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs...   Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs... Icon_minitimeDim 28 Jan - 10:47

Auto - Moto - Bateaux (62921)
Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs... Nav_trans
Immobilier (62426)
Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs... Nav_trans
Rencontres (644)

Passer une annonce
Consulter les annonces
Passer une annonce
Consulter les annonces
Passer une annonce
Consulter les annonces



Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs... Nav_trans
Emploi (45010)
Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs... Nav_trans
Informatique - Téléphonie - Jeux Vidéo (42)
Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs... Nav_trans
Animaux, Maison, Loisirs (2577)

Passer une annonce
Consulter les annonces
Passer une annonce
Consulter les annonces
Passer une annonce
Consulter les annonces


function pop_annonce(mynum)
{
strURL = "http://perso.mixad.com/pa/annonce/annonce_detail.asp?NUM=" + mynum + "&provenance=consultation&TCKID=AFF5557";
strName = "detail" + mynum;
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=650,width=800,status=yes";

windowPopupAnnonce = window.open(strURL,strName,strConfig);
}


function pop_pricetop(mynum)
{
strURL = "http://perso.mixad.com/pa/priceminister/pm_detail_redirect.asp?NUM=" + mynum + "&provenance=consultation";
strName = "detail" + mynum;
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=450,width=600,status=yes";

window.open(strURL,strName,strConfig);
}




function helppage(help_reference)
{
strURL = "http://perso.mixad.com/system/aide/aide.asp?R=" + help_reference;
strName = "aide";
strConfig = "toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=400,height=300";

windowHelpPage = window.open(strURL,strName,strConfig);
}





sIdent = "";


function pop_compte(url_redirect){

strURL = "http://moncompte.mixad.com";
if (sIdent != "") strURL += "?" + sIdent;
strName = "votre_compte";
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=850,height=550,status=yes";

//*********************************************************//
//***** Appel de la popUp compte **************************//
//*********************************************************//

popCompte = window.open (strURL,strName,strConfig);
}

function pop_caddie(){

strURL ="http://moncompte.mixad.com" + "?blocnotes=1";
if (sIdent != "") strURL += "&" + sIdent;
strName = "votre_compte";
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=850,height=550,status=yes";

//*********************************************************//
//***** Appel de la popup Caddie **************************//
//*********************************************************//

popCompte = window.open (strURL,strName,strConfig);
}



function pop_pass(pseudo_pass){

strURL = "http://perso.mixad.com/system/adhesion/adhesion_send_loginpass.asp?pseudo=" + pseudo_pass ;
strName = "votre_compte";
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=280,height=260,status=yes";

//*********************************************************//
//***** Appel de la popup SendLogin ***********************//
//*********************************************************//

window.open (strURL,strName,strConfig);

}


function pop_servicestiers(url_servicestiers){
strURL = "http://perso.mixad.com" + url_servicestiers;

if (url_servicestiers.indexOf('espotting_services.asp') > 0 )
{
window.open(strURL);
}
else
{

strName = "servicestiers";
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=650,status=yes";

//*********************************************************//
//***** Appel de la popup Services Tiers ******************//
//*********************************************************//

popServicesTiers = window.open (strURL,strName,strConfig);
}
}


function pop_servicestiers_config(url_servicestiers,largeur,hauteur){

strURL = "http://perso.mixad.com" + url_servicestiers;
strName = "servicestiers";
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width="+largeur+",height="+hauteur+",status=yes";

//*********************************************************//
//***** Appel de la popup Services Tiers config ***********//
//*********************************************************//

popServicesTiers = window.open (strURL,strName,strConfig);
}

function pop_MentionsLegales(){

strURL = "http://perso.mixad.com/system/MentionsLegales.asp";
strName = "mentionslegales";
strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=250,status=yes";

//*********************************************************//
//***** Appel de la popup Mentions Légales ****************//
//*********************************************************//

popMentionsLegales = window.open (strURL,strName,strConfig);
}

function help_win(page, w, h, resize)
{
var x=(window.screen.availWidth - w)/2;
var y=(window.screen.availHeight- h)/2;
var opt_resize = '';
if (resize) opt_resize = ',resizable=yes,scrollbars=yes';
var Win=window.open(page,'aide','width=' + w + ',height=' + h + ',screenX=' + x + ',screenY=' + y + ',top=' + y + ',left=' + x + opt_resize);

if (Win.opener == null) {
Win.opener = window;
}
Win.focus();
}
Revenir en haut Aller en bas
https://interinfo.forumactif.fr
 
Informatique,téléphonie,jeux vidéo,animaux,maison,loisirs...
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» Glossaire informatique .............
» Videos gratuites de formation en informatique

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Les marmottes protègent mon p.c . :: Annuaires ......-
Sauter vers:  
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser