Hello Programmers,
I would like to know how to make an textbox and a button which changes the command parameter to the input java applet (Runned in browser)
<param name="userName" value="player name">
like if i enter marlon006 in the textbox and click the button the applet would reload and use the param
<param name="userName" value="marlon006">
i know this is possible but i forgot how to use the code.