27 lines
671 B
HTML
27 lines
671 B
HTML
<html>
|
|
<! NOTE - this file was generated by Microsoft Developer Studio because no HTML file was specified.
|
|
DO NOT EDIT this file. It will be regenerated each time you launch your applet.
|
|
To create a permanent HTML file,
|
|
1. Create a new text file and save it
|
|
2. Insert the file into your project
|
|
3. Select "Settings..." from the "Build" menu
|
|
a. Choose the "Debug" tab
|
|
b. Set the "Category" to "Browser"
|
|
c. In the "Parameters" section, select "Use parameters from HTML page"
|
|
d. Specify the new HTML file name in the edit box for "HTML page"
|
|
>
|
|
<head>
|
|
<title>JFoo</title>
|
|
</head>
|
|
<body>
|
|
<hr>
|
|
<applet
|
|
code=JFoo
|
|
width=200
|
|
height=200>
|
|
|
|
</applet>
|
|
<hr>
|
|
</body>
|
|
</html>
|