Start of Content Area

Object documentation Inline Code  Locate the document in its SAP Library 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.

Syntax

<% inline code %>

 

Example

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

 

 

End of Content Area