LoginPage

 Index

Description

Sets a custom login page. All custom page should be put into the directory "root\".

Syntax

LoginPage = html file name

Example

LoginPage=login1.htm
* This will use "root\login1.htm" as the login page.

Remarks

There are two sample files - "login1.htm" and "login2.htm" under the directory "root\". Please open them and read the source code to learn how to write your own page.
Note:
1) The name of "name field" must be "UserName"
2) The name of "password field" must be "Password"
3) The form must be posted to "chatroom.htm"

Example:
<form name="form1" method="post" action="chatroom.htm">
Your Name: <input type="text" name="UserName"><br>
Password: <input type="password" name="Password"><br>
<input type="submit" name="submit" value=" Enter ">
</form>


There is no this key in the INI file by default. If you want to set it, please open the chat room's INI file with any text editor and add this key to the INI file. And you must put your own html page into the directory "root\" so Chat Anywhere can find it.

See Also

ExitToURL, Room setting files, Use your own html file for the login page


Copyright © 2003 LionMax Software. All Rights Reserved.