bonjour a tous;
je cherche comment associé a un evenement onclick l'execution d'un script php.en effet:j'ai dans ma partie sommaire de ma frame un lien comme ça:
<TR onClick="javascript:parent.frames[1].location='page1.php'"><Th><span class="style3">Execute</span></Th></TR>
mon probleme c'est que je veux lors d'un click je peux executer au meme temps page1.php plus un autre script script2.php.
merci.