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 |
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.
[NoProcess]
[Date]
[/NoProcess]
[NoProcess]
<script language="JavaScript">
...
</script>
[/NoProcess]
No Parameters Required.
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>