English
<!-- Put the following code into the <body> area--> <form> <div align="center"> <input type="button" Value="Open a new window" ONCLICK="window.open(' index.htm','Sample','toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=no,resizable=no,copyhistory=yes,width=300,height=200, left=100,top=100')"> </form> <!--Instructions: Change the link file test.htm to your path. The window parameters are as follows: toolbar=yes, display toolbar location=yes, Display the URL bar directories=no, navigation bar status=no, status bar menubar=yes, menu scrollbars=yes, scroll bar resizable=no, whether the size can be changed copyhistory=yes, history button width=300, width height=200' left=100, 100 from the left top=100, 100 from the top-->