Web Agent Design

I have a wep page that is dynamically created via an agent. However I cannot find a way to properly load things into the HTML head tags on page that is generated.

Does anyone know how to do this?

Subject: Web Agent Design

If you start by printing an HTTP header field, you can (actually, MUST) print all of the HTML:

Print {content-type: text/html}

Print {}

Print {}

Print {}

.

.

.

and so forth.