Hi , i'm open shell to my customer... I want to when i was open the an account , tha java chat client will be open automatic...

For example ;

Code:
<applet  archive="http://irc.domain.com/java/cr.zip" codebase="http://irc.domain.com/java/" code="ConferenceRoom.class" name="cr" width=100% height=300 >
    <param name="join" value="#chat,#talk">
    <param name=nick value="sss">">
	<param name="pass" value="">
	</applet>
It's an exapmle java chat code, i want i will open a account the user can use this code, but i don't upload again java chat files... So i want to a collective account or directory to for all accounts... How can ı do it ?