Show TOC

Inline CodeLocate this document in the navigation structure

Definition

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

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

<% inline code javascript %>…