Close the Window

This page was opened into a separate window. The BACK button is therefore not usable. The window must be closed. Providing a CLOSE button to the user makes it clear what you want them to do next.

The button at the top of this page, is used to CLOSE this window. The code is displayed below.



<P ALIGN="center">
<INPUT TYPE="button" VALUE=" Close " onClick="window.close()">
</P>