Topic  |
|
Posted - Jan 22 2003 : 22:14:28
|
| hi i'm fairly new to javascript.~(just started yday but its alright so far). But my main problem is the book im using doesnt show the code on how to load an applet into
JavaScript. i want to be able to write an applet in java and be able to load it up on my
JavaScript page. could anyone please show me how to do this. thanks |
|
Posted - Jan 23 2003 : 03:36:12
|
| You should be able to do this using doc.write statements. However it won't be a simple task as you will have both JavaScript and Java rules to deal with. You will also need to use a codebase statement and have all sources, including class files, images and any other data files pertaining to the applet in the codebase folder. |
 |
|
|
|