Show TOC

Object documentationInline Code Locate this document in the navigation structure

 

With this directive you can embed the script code into the page.

The inline code is written in the language specified with the Page directive.

<% inline code %>

Example Example

<%@ page language="javascript"%>…

<% inline code javascript %>…

End of the example.