Size of window openig on my website

Hello,

in my html executable program i have a link on my website, on form.

I want to resize this child window as blank with specials sizes (heigth width) and center this new window in my parent window who is in full screen

(sorry i’m french…)

How make to do ?

Thanks.

I’ve try :

<a href=“http://www.natureformation.com/pmp/Formulaire-pour-etre-tenu-au-courant-des-stages-de-digitopuncture-n4.html” target=“blank” height=“600” width=“400” alt" lien d’inscription à plus d’information sur la digitopuncture !">Lien d’inscription gratuit

but don’t work…

sorry for the code

<a href="http://www.natureformation.com/pmp/Formulaire-pour-etre-tenu-au-courant-des-stages-de-digitopuncture-n4.html" target="blank" height"600" width="400" align="center"  alt" lien d'inscription à plus d'information sur la digitopuncture !"><em><i>Lien d'inscription gratuit</i></em></p>

I think you should use the popup feature of HTML Executable, as described here:
http://www.htmlexe.com/help/popupwindows
For instance, you can use this JavaScript code:

window.open("http://www.yoursite.com","popup2","width=600, height=400");