AMPscript
Redirect
RemoveCookie
RemoveResponseHeader
SetCookie
SetResponseHeader
Write
Validate Your Server-Side JavaScript using WSProxy
Writes a string value to the response sent to the browser. This function does not wrap links for tracking in email messages.
Write(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Value written to response |
1<script runat=server>
2 Platform.Response.Write('Sample text contained in a JavaScript block.\r\n\r\n');
3</script>