| Re: Java Applet in neuen Fenster öffnen! |
Betreff: Re: Java Applet in neuen Fenster öffnen! von einherjer am 29.04.2003 13:14:15 Weil ich keinen Dunst habe? mein Template sieht derzeit schlicht und einfach so aus: <CENTER> <APPLET ARCHIVE="ChatEverywhere.jar" CODE="Chat.class" WIDTH=600 HEIGHT=400> <PARAM NAME="ServerPort" VALUE="<{$cew_ServerPort}>"> <PARAM NAME="ServerHost" VALUE="<{$cew_ServerHost}>"> <PARAM NAME="BgColor" VALUE="<{$cew_BgColor}>"> <PARAM NAME="FgColor" VALUE="<{$cew_FgColor}>"> <PARAM NAME="UsersBgColor" VALUE="<{$cew_UsersBgColor}>"> <PARAM NAME="UsersFGColor" VALUE="<{$cew_UsersFgColor}>"> <PARAM NAME="TextBgColor" VALUE="<{$cew_TextBgColor}>"> <PARAM NAME="TextFgColor" VALUE="<{$cew_TextFgColor}>"> <PARAM NAME="InputBgColor" VALUE="<{$cew_InputBgColor}>"> <PARAM NAME="InputFgColor" VALUE="<{$cew_InputFgColor}>"> <PARAM NAME="LoginBgColor" VALUE="<{$cew_LoginBgColor}>"> <PARAM NAME="LoginFgColor" VALUE="<{$cew_LoginFgColor}>"> <PARAM NAME="Nick" VALUE="<{$cew_Nick}>"> <PARAM NAME="UIFontName" VALUE="<{$cew_UIFontName}>"> <PARAM NAME="TxtFontName" VALUE="<{$cew_TxtFontName}>"> <PARAM NAME="Language" VALUE="<{$cew_Language}>"> <PARAM NAME="Country" VALUE="<{$cew_Country}>"> </APPLET> </CENTER> |