Hallo Ich hoffe ihr könnt mir helfe ich möchte das bei der Neu.html siehe Unten
Den wert der in
steht in die javahtml eintragen lassen unter nick aber ich weis nicht wie ??
Code ist Hier habs mal so Versucht aber das geht nicht ;/
Hoffe ihr wisst was ich meine ;/ :
Noch anfänger 
Code:
<html>
<head>
<table border="0" cellspacing="2" cellpadding="2">
<form action="AppletWithJS.html" method="post">
<tr><td>Nick*:</td><td><input type="text" size="40" name="nick"></td></tr>
<tr><td><input type="submit" value="Chatten">
</table>
</form>
Den wert der in
Code:
<input type="text" size="40" name="nick"></td></tr>
Code ist Hier habs mal so Versucht aber das geht nicht ;/
Code:
<html>
<head>
<title>IRCApplet</title>
</head>
<body>
<h1>Test page for IRCApplet Class</h1><hr>
<applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400>
<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab">
<param name="nick" value="$nick">
<param name="alternatenick" value="PSH-USER">
<param name="fullname" value="PSH-USER">
<param name="host" value="irc.POWERSHELLS-hosting.de">
<param name="gui" value="pixx">
</applet>
<hr></body>
</html>