also ich versteh das nun nicht ganz^^
also das ist die anleitung:
1. Copy the applet files (DuriusWaterPic.jar and DuriusWaterPic.cab) from the Applets/WaterPic folder to the folder where index.html is.
2. Copy the image you want to use to the same folder.
3. You will find three samples if you click the WaterPic link to the left. Select the sample that most resembles the effect you want to achieve. Copy the applet tag to the clipboard and paste it to the desired position in index.html.
4. Now just edit the image parameter ( Note: Case Sensitive! ) and alter the width and height values in the applet tag according to the size of your image. If you want you can also tweak other settings in the applet as documented under the 'WaterPic' section.
5. Upload all files (image, html, DuriusWaterPic.jar and DuriusWaterPic.cab) to your webserver and that's it!
hänge bei Punkt 3 fest... einfügen bei "desired position"
wo ist das? und Punkt 4. was muss ich da machen?
habe mir water/water3 ausgesucht, wie muss nun der code lauten? das ist der standartcode-->
<html>
<head>
<title>Durius Java Programming</title>
</head>
<frameset rows="40,*" frameborder="NO" border="0" framespacing="0">
<frame name="top" scrolling="NO" noresize src="html/top.html">
<frameset cols="160,2,*" frameborder="NO" border="0" framespacing="0">
<frame name="left" scrolling="NO" noresize src="html/left.html">
<frame name="sep" scrolling="NO" noresize src="html/sep.html">
<frame name="main" noresize src="html/main.html">
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF"></body></noframes>
</html>