Web Hosting Directory | Web Hosting Resources | Webmaster Resources | Domain Tools | Search Engine Marketing | Forums
  Signup
Today: 882   Yesterday: 1,172   Max: 1,872   Total: 384,263   Current Users : 16 (Member 0) 
DOMAIN TOOLS

WEBMASTER TOOLS

RELATED ARTICLES

SUBMIT AN ARTICLE

Write for us and get publicity, link to your website, and best of all get paid. Please visit our writers page for details.


LINK TO US

Link to us and earn points for each visitor you bring to us. Please visit our link partner page for details.

 

Attribute for <APPLET ...>
CODE = "text string"

CODE gives the file name of the applet to run. For example, this code says to use the applet "MyApplet.class":

this code produces this
<APPLET CODE="MyApplet.class" WIDTH=100 HEIGHT=100>
<PARAM NAME=TEXT VALUE="Hi There">
<P>Hi There<P>
</APPLET>

Hi There

If the class file is in a different directory than your HTML file, only give the file name, not the path. Use CODEBASE to give the path.

WRONG RIGHT
<APPLET 
     CODE="../graphics/MyApplet.class"
     WIDTH=100 HEIGHT=100>
<APPLET 
     CODE="MyApplet.class"
     CODEBASE="../graphics/"
     WIDTH=100 HEIGHT=100>
(doesn't work)

Hi There



Copyright 1997-2002 Idocs, Inc. Written by Miko Sullivan.

 
 
What is your major source of website traffic?
 
 
 
 
 
 

ADVERTISEMENT

 
Cheap Web HostingBudget Web HostingEcommerce Web Hosting
Link to UsLink ExchangeAdvertisePrivacy PolicyTerms Of ServiceAbout UsContact UsSitemap
Copyright © 2006 - 2008 Broadband Media, Inc. All rights reserved.