Voila, je suis étudiant en informatique, durant ma première session on a vu le HTML et le JavaScript dans un d´mes cours.
Pour m´amuser je bricole un peu.. j´suis tombé sur ça dans mes notes...
< a href="URL" onClick="window.open(´URL´, ´nom_de_fenêtre´,´options_de_fenêtre´); return false"> texte de lien</a>
J´voudrais bien utilisé ce genre de chose... ça donne ça...
< img src="Images/fleche.gif"><a href="AProposDe.html" target="blank" onClick="window.open(´AProposDe.html´,´À Propos De...´,´toolbar=no´); return false">À Propos De...</a>
Évidament y´a rien qui marche... Vous savez pourquoi?