I have this code:
<INPUT type="button" value="Pre-Requisites" onClick="window.open('pre_requisites.php','pre-requisites','width=670px,height=470px,left=0px,top=100px,screenX=0,screenY=100')">
It is use to open a new page to allow users to view information of the items they are applying for. A popup window will be useful in this case as user will be able to reference to the materials in the new window while deciding which permit to apply for.
But with that input, no matter how i click the window won’t open. May I know what is my mistake?
BTW I did not add anything <script></script> to the head tag…is that a possible error?
The name of the window must be alphanumeric for maximum compatibility. So
it should be works