|
Re: Blitzed web site applet: msg#00006network.irc.blitzed.web
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> |
|---|---|---|
| Previous by Date: | Blitzed web site applet: 00006, DuckyDan |
|---|---|
| Next by Date: | carrot: 00006, Taras Young |
| Previous by Thread: | Blitzed web site appleti: 00006, DuckyDan |
| Next by Thread: | carrot: 00006, Taras Young |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |