Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

compilation conditionelle désactivée

4 réponses
Avatar
Jean Pierre Daviau
Bonjour à tous,

Comment fait-on pour réactiver la compilation conditionelle?

ex:

<a href="javascript:"
onClick="mailto:jpccccc@vccccccrdt.ca?subject=eee">fffffff</a>

J'obtiens l'erreur: 'La compilation conditionelle est
désactivée'.
--

Amicalement

Jean Pierre Daviau
--
Easyphp1.8 with Apache1.3.24
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
MMX(TM), SSe SSE2
Processor Radeon7000 0x5159 agp

4 réponses

Avatar
Hans Le Roy
Bonjour Jean-Pierre,

"Jean Pierre Daviau" wrote in message
news:%
Bonjour à tous,

Comment fait-on pour réactiver la compilation conditionelle?

ex:

<a href="javascript:"
onClick="mailto:?subjectîe">fffffff</a>

J'obtiens l'erreur: 'La compilation conditionelle est désactivée'.
--

Amicalement

Jean Pierre Daviau
--
Easyphp1.8 with Apache1.3.24
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
MMX(TM), SSe SSE2
Processor Radeon7000 0x5159 agp



Essayez un <a href ...> au lieu de Javascript - voyez
http://www.thescripts.com/forum/thread92187.html

De toute façon, je ne mettrais jamais de mailto: - c'est la (ou une de plus)
porte grand ouverte au spam.

A+

Hans
Avatar
Jean Pierre Daviau
Merci,
Je l'utilise ainsi:

var sujet='?subject=' + document.title;
function some(){
var randming = '';
var ligue = new Array ("o", "t", "l", "i", "a", "m")
for(j=ligue.length-1;j>-1;j--)
randming = randming + ligue[j]
return randming
}
function none(){
var randoming = '';
var ligne = new Array("99", "111", "119", "99", "111", "117",
"133", "114", "105", "101", "108", "49");
for(j=0;j<ligne.length;j++)
randoming = randoming + String.fromCharCode(ligne[j])
return randoming
}
function handsome(){
var li = new Array("a", "c", ".", "n", "o", "c", "g", "a", "v",
"o", "i", "u", "k", "y", "s");
var skip = li.reverse();
var ran = '';
for(k=0; k<skip.length; k++)
ran= ran + skip[k]
return ran
}
*/
/*
<a href="javascript:window.location.href( some() +
':'.concat(none()) + String.fromCharCode(64)+
handsome())">Ecrivez
moi</a>


"Hans Le Roy" a écrit dans le message de
news:
Bonjour Jean-Pierre,

"Jean Pierre Daviau" wrote in message
news:%
Bonjour à tous,

Comment fait-on pour réactiver la compilation conditionelle?

ex:

<a href="javascript:"
onClick="mailto:?subjectîe">fffffff</a>

J'obtiens l'erreur: 'La compilation conditionelle est
désactivée'.
--

Amicalement

Jean Pierre Daviau
--
Easyphp1.8 with Apache1.3.24
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
MMX(TM), SSe SSE2
Processor Radeon7000 0x5159 agp



Essayez un <a href ...> au lieu de Javascript - voyez
http://www.thescripts.com/forum/thread92187.html

De toute façon, je ne mettrais jamais de mailto: - c'est la (ou
une de plus) porte grand ouverte au spam.

A+

Hans


Avatar
Hans Le Roy
Bonjour Jean-Pierre,

"Jean Pierre Daviau" wrote in message
news:
Merci,
Je l'utilise ainsi:

var sujet='?subject=' + document.title;
function some(){
var randming = '';
var ligue = new Array ("o", "t", "l", "i", "a", "m")
for(j=ligue.length-1;j>-1;j--)
randming = randming + ligue[j]
return randming
}
function none(){
var randoming = '';
var ligne = new Array("99", "111", "119", "99", "111", "117", "133",
"114", "105", "101", "108", "49");
for(j=0;j<ligne.length;j++)
randoming = randoming + String.fromCharCode(ligne[j])
return randoming
}
function handsome(){
var li = new Array("a", "c", ".", "n", "o", "c", "g", "a", "v", "o", "i",
"u", "k", "y", "s");
var skip = li.reverse();
var ran = '';
for(k=0; k<skip.length; k++)
ran= ran + skip[k]
return ran
}
*/
/*
<a href="javascript:window.location.href( some() + ':'.concat(none()) +
String.fromCharCode(64)+ handsome())">Ecrivez
moi</a>





Même les JS ne me semblent pas suffisants. Je mettrai en place un formulaire
avec un captcha...

Amitiés

HAns
Avatar
Jean Pierre Daviau