English
<!--Put the following code into the <body> area--> <div align="center"> <p> <script LANGUAGE="JavaScript"> function click() { if (event.button==2) {alert('Welcome to Website Building Academy'); } } document.onmousedown=click // --> </script> </p> <p><font color="#FF0000"><b>You can right-click Click the mouse to test the effect! ! </b></font></p> </div>