.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

APPLICATION DESIGN


Adding HTML header information
The HTML Head Content event on a page or form lets you pass HTML information, such as a Meta tag, to the <Head> tag for a document.

To add HTML header information

1. In the Programmer's pane, click the Objects tab.

2. Select the "HTML Head Content" event.

3. Enter the HTML in the Script area of the Programmer's pane.

4. Click the green check mark to validate your work.

Example: Adding HTML to the Head tag

This example uses the HTML Head Content event to add the Meta tag "keyword" with a value of "gold" to the <Head> tag in a document.

"<meta name=\"keyword\" content=\"gold\">"

See Also