Entering content frame

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.

This graphic is explained in the accompanying text

<% inline code %>

 

Example

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

 

 

Leaving content frame