1 <html> 2 <! NOTE - this file was generated by Microsoft Developer Studio because no HTML file was specified. 3 DO NOT EDIT this file. It will be regenerated each time you launch your applet. 4 To create a permanent HTML file, 5 1. Create a new text file and save it 6 2. Insert the file into your project 7 3. Select "Settings..." from the "Build" menu 8 a. Choose the "Debug" tab 9 b. Set the "Category" to "Browser" 10 c. In the "Parameters" section, select "Use parameters from HTML page" 11 d. Specify the new HTML file name in the edit box for "HTML page" 12 > 13 <head> 14 <title>mydriver2</title> 15 </head> 16 <body bgcolor = "white"> 17 <hr><center> 18 <applet 19 codebase="." 20 code=mydriver2 21 width=800 22 height=500> 23 24 </applet> 25 </center> 26 27 </body> 28 </html>