CSCE 146

Lab 04

In this lab, you will learn how to create and set up your own web page and host a java applet on it. To create your web page, follow the instructions below :

1. Write a simple HTML named "Home.html" file with the follwoing code :

 
<Applet Code="bagApplet.class" Width=400 Height=300> </Applet>



2. Open Windows Explorer and access \\polaris\your_folder in the Engineering domain.

3. Create a new folder called "public_html"

4. Copy the html file "Home.html" into this folder.

5. Download the file bagApplet.java from Michael Main's website into the folder public_html

6. Compile bagApplet.java

7. Now open Internet Explorer and type in the URL http://www.cse.sc.edu/~your_login> . A web page containing the applet will be displayed.