Step 4: Edit and run applet.html
(1) We select, copy, and paste the following green lines in a file of MS Bloc-notes.
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"><html>
<head>
<title>Nutation NMR applet for MQMAS applied to a powder</title>
</head>
<body>
<applet
codebase = "."
code = "ppmrmn.MQMASpowderMVC.class"
name = "MQMASpowderMVC"
width = "729"
height = "394"
hspace = "0"
vspace = "0"
align = "top"
>Applet for calculating the powder NMR line intensity of quadrupole spin excited by MQMAS.</applet>
</body>
</html>
(2) We save the file as applet.html in the MQMASPowder folder (See the image of Step 1).
If we use MS WordPad for this operation, we must save the file as applet.html with the type of MS-DOS text.
(3) Clicking the icon of the applet.html file in the MQMASPowder folder will start the applet in the web browser.
A page of our web site describes the operation of this applet.