LassoScript Utility
Basics Browse Detail

[NoProcess] ... [/NoProcess]

Tag Link [NoProcess] ... Category Technical
Type Container Source Available No
Support Preferred Version 6.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0

Description

The [NoProcess] ... [/NoProcess] can be used to surround a portion of a page which contains Lasso code that should not be processed. Any Lasso code contained between the [NoProcess] ... [/NoProcess] tags will be output to the current document as text.

Syntax

[NoProcess]
[Date]
[/NoProcess]

[NoProcess]
<script language="JavaScript">
...
</script>
[/NoProcess]

Parameters

No Parameters Required.

Examples

To include a JavaScript in a Lasso Format File:

Surround the JavaScript with [NoProcess] ... [/NoProcess] tags. Any square bracketed expressions within the JavaScript will not be processed by Lasso.

[NoProcess]
<script language="JavaScript">
...
</script>
[/NoProcess]

<script language="JavaScript">
...
</script>