How can I embed external JavaScript or Java Applets?

$wikiSummary In the Master Design or in the Design Module HtmlHead you can embed external JavaScript files with the following sourcecode:
<head>
 <script src="my_javascript.js" type="text/javascript">
</head>
Java-Applets can be used e.g. in stories and in the Master Design:
<applet code="myJavaApp.class"
width="640" height="200" alt="My-Java-Applet">
<param name="myParameterName" value="SITEFORUM">
</applet>
Note: We recommend to do comprehensive embeddings only in the SITEFORUM Studio. $wikiCategoryLinks