Appendix: Using the SCRIPTTEXT Element Tag
You can display the content of a script - or its URL if hosted externally - in a page.
This element tag has the following default syntax:
<%# SCRIPTTEXT(Name) %>
The following parameters are required:
Parameter | Description |
---|---|
Name | A string containing the name of the script you want to interrogate. |
An example of a complete SCRIPTTEXT tag is as follows:
<%# SCRIPTTEXT(WelcomeMessageScript) %>