APPLICATION DESIGN
Working with HTML
You can use the LotusScript Print statement with HTML as follows:
For example, add this line to display the message "Thank you for your submission":
Print "<H1>Thank you for your submission</H1>"
For example, add this line to direct a browser to the Domino Web site:
Print "[http://domino.lotus.com]"