Write
Overview
Writes a string value to the response sent to the browser. This function does not wrap links for tracking in email messages.Syntax
Write(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Value written to response |
Example
<script runat=server>
Platform.Response.Write('Sample text contained in a JavaScript block.\r\n\r\n');
</script>