Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
function doit(click,key) {
		script = document.createElement( 'script' );
		script.src = "do.php?click="+click+"&key="+key;
		document.getElementsByTagName( 'head' )[0].appendChild( script );
		hideme();
		timer();
		countdown();
		top.subFrame.location = 'http://xxxx.xxx/blank.html';
		parent.document.getElementById('cvFrameSet').rows = '80,*,0';
	}
Voici la fonction g�n�r� par JS d'un captcha.
http://xxxx.xxx/do.php?click=click=1...key=4535346356
activerait le bon click pour lacceptation du captcha.
soit; 1, 2 ou 3.

Il y a t-il une mani�re de trouver ce clique (1, 2 ou 3)?

A titre s�curit� et �ducatif.

P. S. - Ne me r�pondez pas : regarder l'image!