par
albat » 28 avr. 2005, 13:06
<input type="radio" value="Test" onClick="window.open('pop_up.php','pop1','height=100, width=200, top=100, left=100, toolbar=no, menubar=yes, location=no, resizable=yes, scrollbars=no, status=no'); return false;" />
Mais attention : avec ce code, la popup s'ouvrira quand tu cocheras ET quand tu décocheras le bouton...

[php]<input type="radio" value="Test" onClick="window.open('pop_up.php','pop1','height=100, width=200, top=100, left=100, toolbar=no, menubar=yes, location=no, resizable=yes, scrollbars=no, status=no'); return false;" />[/php]Mais attention : avec ce code, la popup s'ouvrira quand tu cocheras ET quand tu décocheras le bouton... :?