logo       

Re: Blitzed web site applet: msg#00006

network.irc.blitzed.web

Subject: Re: Blitzed web site applet

At 04:52 16/07/02 -0400, you wrote:
Hello. I am setting up the applet on my site as my server won't allow me to run my own host for irc and I was wondering if there was any way to make the applet not sign my chatters in automatically so they can enter their username before logging into the room. Thanks.

If you have any experience of scripting, you could create a page before the chat page which allows them to enter their username first. The following example is in PHP:

(on chat.php)
<form action="java.php" method="post">
Username: <input type="text" name="username" /> <br />
<input type="submit" value="Chat!" />
</form>

(on java.php)

... (in the middle of the applet code)
<param name="nickname" value="<?php echo $username; ?>" />
...

If your host doesn't support any type of server-side scripting, your best hope would be some sort of Javascript prompt.

Hope this helps

Taras
Web team
--
from Taras 'taras' Young
http://www.snowblind.net/
http://taras.oldage.org/




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise