Topic: Printing username and password as <PARAM> for a Java-applet
Hi,
is there please a way to print the username and the password
of a logged in user at a web page?
I have a small multiplayer card game as a Java applet and would like
to avoid the need for the users to authenticate twice (first entering the
username + password into the punBB's web form, and then entering
the same into the text fields of my applet) and thus I would like to print
the username and pasword as
<APPLET ...>
<PARAM NAME="username" VALUE="....." />
<PARAM NAME="password" VALUE="....." />
</APPLET>
and then just fetch them by the applet (using getParameter() function).
Regards
Alex