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)

Function Properties 

OrdinalTypeDescription
1stringRequiredValue written to response

Example 

1<script runat=server>
2     Platform.Response.Write('Sample text contained in a JavaScript block.\r\n\r\n');
3</script>