Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
Login, Timeout and Connection Failed Pages (RealWeb) (login.htm)
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
URLof the calling
web page in 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.
The 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.