Login, Timeout and Connection Failed Pages
Three HTML pages are provided with RealWeb for use with secure connections. These are default pages for display when a user needs to login (rwlogin.htm), when a connection fails (rwloginfailed.htm) and when a connection timeout expires (rwtimeout.htm). They should be installed in the root folder of your web server.
You can use the pages as supplied, or modify them to suit your requirements. The following is a brief description of how they are used, to help you decide what changes you will require.
When RealWeb displays any of these pages, it includes the search portion of the URL. When the user clicks the Login or OK button (as appropriate), the onSubmit event handler of the <FORM> tag sets the action attribute of the form to this URL. The browser therefore returns to the calling page. The values of any parameters included on the form (such as user-id and password) are returned for processing.
of the calling web page in theThe login page has fields for user-id and password, and commented out account name and password fields. If you need to use the account name and password fields, remove the "<!--" and "-->" comment markers.