MAIL
var gWelcomePageChoices = {
titles:[
"Yellow Pages"
,"CNN"
,"IBM"
,"My monthly calendar"
],
urls:[
"http://www.superpages.com/"
,"http://www.cnn.com/"
,"http://www.ibm.com/"
, "../../inotes/calendar/?opendocument&ui=portal&presetfields=s_CalView;M"
]
};
Example of modifying Domino Web Access common forms file
You can use this process to modify the FORMS8.NSF file.
1. Copy FORMS8.NSF to a temporary directory.
2. Make changes to the forms as desired.
3. Test the changes to the forms.
4. Stop the HTTP process on the Domino server using the tell http quit server command.
5. Flush the database cache using the dbc f server command.
6. Copy the new Forms8 file to the Domino Web Access directory under the Domino Data directory.
7. Start the HTTP process using the load http server command.
Note If you modify the default CalendarProfile values, the new values affect only new user registrations. Default values for existing users are not changed.
See also