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 the template
You can use this process to modify the FORMS6.NSF file.
1. Copy the FORMS6.NSF file 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 Forms6 file to the Domino Web Access directory under the Domino Data directory.
7. Start the HTTP process using the load http server command.