I have a struts application. I want to open a static html page in a new window using window.open(). I tried following but it does not work.
<input type="button" id="" value="Edit"
onclick="window.open('primaryLicense.html','Select License Status',
'height=400,width=400');" />
Please help