Untitled Document



 Introduction to HTML
 Structure of HTML
 Creating First HTML  Document
 Building Your HTML  Document
 Tables
 Frames
 Including Images into  Document
 Including Multimedia
 Developing HTML  FORMS
 Using Style Sheet
 Understanding URLs
 Using JavaScript
 Using Java
 What is Java?
   Using Java
   What is Java?
   The Java Language
 Java Applets
 Programming with Java
 
 Programming with  Java
 The Java  Development Kit
 Including Java Applets  on Your Web Pages
 
   The <APPLET> Tag
   The <PARAM> Tag
 Including Java  Applets on your Web  Pages

Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




  Using Java > Including Java Applets on Your Web Pages

  Including Java Applets on your Web Pages

In this exercise, you will learn to add Java applet to the HTML page.

This is a simple Java applet program. To save this file, select File from the Menubar.

Select Save As

The file should be saved with the extension of java. Now click the Save button to save the file.

Compile smallapplet.java program with the Java compiler(javac). Press Enter key to compile.

Java compiler created a file called smallapplet.class.

The APPLET tag is used to start an applet from both HTML document and applet viewer. An applet viewer will execute each APPLET tag in a separate window, while web browsers will allow many applets in a single page.

The PARAM tag allows you to specify applet specific arguments in an HTML page. The APPLET tag in HTML allows you to pass parameters to your applet. To retrieve a parameter, use the getParameter() method.

Back


Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




17, Vadsarvala Nivas, 65-A, J. Nehru Road, Mulund (W), Mumbai - 400 080 INDIA
Tel : 91-22-25795588, 91-22-25780444 Fax : 91-22-25793397
Email : ionline@vsnl.com
© Image Online 2001-2003