APPLICATION DESIGN
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