Hi there,
As I’m new to JAVA, I will describe the situation;
1st : I am using JBuilder3 professional
2nd: I have typed the Smiley face class to create an
applet.
3rd: The class was created and is called "face.class"
to run this face.class i had to use an HTML file called "face.html"which contains the following code:
<HTML>
<BODY>
<APPLET CODE = "face.class" width=250 HEIGHT= 175>
</APPLET>
</BODY>
</HTML>
to run the above I have to go to the folder where the file is saved and then double click the html file.
My Question now is: I have another class that contains
a menu (i.e. running in DOS Environment) and from that menu the user should select an option and one of the option if selected should run the html file without going out of the program and double click the html file. Please I need your help; I would like know how to run an html file from inside the program. Thank in advance


Reply With Quote




Bookmarks